diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-05-24 14:47:08 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-05-24 14:47:08 +0000 |
commit | 8bb1b04a658c1de3c830ed02d14cd15ceb00769d (patch) | |
tree | ace4b55e3fe726355cd176e7702e46b5f82ff852 /cppe/test | |
parent | Removed use of stl streams library (diff) | |
download | ice-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.h | 2 |
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) { |