diff options
author | Marc Laukien <marc@zeroc.com> | 2004-02-18 20:43:07 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-02-18 20:43:07 +0000 |
commit | 48068d0454450e38706b0bec2be66a7e131110fc (patch) | |
tree | af004152977a2c4c179b49d763845a7cee9f1090 /cpp | |
parent | fixes (diff) | |
download | ice-48068d0454450e38706b0bec2be66a7e131110fc.tar.bz2 ice-48068d0454450e38706b0bec2be66a7e131110fc.tar.xz ice-48068d0454450e38706b0bec2be66a7e131110fc.zip |
fix
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/include/Ice/OutgoingAsync.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Ice/OutgoingAsync.h b/cpp/include/Ice/OutgoingAsync.h index 15610f769cb..d4ed36215d2 100644 --- a/cpp/include/Ice/OutgoingAsync.h +++ b/cpp/include/Ice/OutgoingAsync.h @@ -15,6 +15,7 @@ #ifndef ICE_OUTGOING_ASYNC_H #define ICE_OUTGOING_ASYNC_H +#include <IceUtil/Mutex.h> #include <IceUtil/Monitor.h> #include <IceUtil/Time.h> #include <Ice/OutgoingAsyncF.h> |