Skip to content

Commit 3d16d36

Browse files
author
Daniel Kroening
authored
Merge pull request #1608 from smowton/smowton/fix/msvc14_headers
Add headers needed to build under MSVC14 / Visual Studio 2015
2 parents efae909 + 9829a58 commit 3d16d36

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/java_bytecode/generate_java_generic_type.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
Author: DiffBlue Limited. All rights reserved.
77
88
\*******************************************************************/
9+
10+
#include <iterator>
11+
912
#include "generate_java_generic_type.h"
1013
#include <util/namespace.h>
1114
#include <java_bytecode/java_types.h>

src/java_bytecode/java_types.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Author: Daniel Kroening, [email protected]
77
\*******************************************************************/
88

99
#include <cctype>
10+
#include <iterator>
1011

1112
#include <util/prefix.h>
1213
#include <util/std_types.h>

0 commit comments

Comments
 (0)