summaryrefslogtreecommitdiff
path: root/cppe/test
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-05-24 14:47:08 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-05-24 14:47:08 +0000
commit8bb1b04a658c1de3c830ed02d14cd15ceb00769d (patch)
treeace4b55e3fe726355cd176e7702e46b5f82ff852 /cppe/test
parentRemoved use of stl streams library (diff)
downloadice-8bb1b04a658c1de3c830ed02d14cd15ceb00769d.tar.bz2
ice-8bb1b04a658c1de3c830ed02d14cd15ceb00769d.tar.xz
ice-8bb1b04a658c1de3c830ed02d14cd15ceb00769d.zip
Fixed windows compile errors
Diffstat (limited to 'cppe/test')
-rw-r--r--cppe/test/include/TestCommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppe/test/include/TestCommon.h b/cppe/test/include/TestCommon.h
index 67b39f7d545..d060342b38f 100644
--- a/cppe/test/include/TestCommon.h
+++ b/cppe/test/include/TestCommon.h
@@ -12,6 +12,8 @@
#include <IceUtil/Config.h>
+#include <stdio.h>
+
void
inline testFailed(const char* expr, const char* file, unsigned int line)
{