diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-05-04 04:29:42 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-05-04 04:29:42 +0000 |
commit | de35b6d49d37eb8cacd91bbbb27e1a39595cb0ad (patch) | |
tree | f70057ca0b5aa4d88e2c3f4ce671a6d77260f844 /cppe/include | |
parent | Fixed bug #2163 (diff) | |
download | ice-de35b6d49d37eb8cacd91bbbb27e1a39595cb0ad.tar.bz2 ice-de35b6d49d37eb8cacd91bbbb27e1a39595cb0ad.tar.xz ice-de35b6d49d37eb8cacd91bbbb27e1a39595cb0ad.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2181
Diffstat (limited to 'cppe/include')
-rw-r--r-- | cppe/include/IceE/IceE.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cppe/include/IceE/IceE.h b/cppe/include/IceE/IceE.h index fe2db4537fe..48c116cd1b7 100644 --- a/cppe/include/IceE/IceE.h +++ b/cppe/include/IceE/IceE.h @@ -28,4 +28,9 @@ # include <IceE/Unicode.h> #endif +#include <IceE/Thread.h> +#include <IceE/Monitor.h> +#include <IceE/Mutex.h> +#include <IceE/SafeStdio.h> + #endif |