diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-01 06:53:41 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-01 06:53:41 +0000 |
commit | 400aea6b9d4d0a33f4c6cae4cada7e54029fccc4 (patch) | |
tree | 274e25a9d0d9353b3a41a60b0636edbd73d22473 /unittests | |
parent | 0f0b921714a32b51a1bbda1848a356bb4553f3d3 (diff) | |
download | klee-400aea6b9d4d0a33f4c6cae4cada7e54029fccc4.tar.gz |
Update for LLVM ostream changes.
- Includes patch by Michael Stone! git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@80665 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/Expr/ExprTest.cpp | 1 | ||||
-rw-r--r-- | unittests/Solver/SolverTest.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/unittests/Expr/ExprTest.cpp b/unittests/Expr/ExprTest.cpp index 4b56f472..18284f03 100644 --- a/unittests/Expr/ExprTest.cpp +++ b/unittests/Expr/ExprTest.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#include <iostream> #include "gtest/gtest.h" #include "klee/Expr.h" diff --git a/unittests/Solver/SolverTest.cpp b/unittests/Solver/SolverTest.cpp index cda0cf96..3c9bf89a 100644 --- a/unittests/Solver/SolverTest.cpp +++ b/unittests/Solver/SolverTest.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#include <iostream> #include "gtest/gtest.h" #include "klee/Constraints.h" |