diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-04-01 16:09:15 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-04-01 16:09:15 +0000 |
commit | d6bee3e1d8b190024d4971c7cedd7eb9dfef6433 (patch) | |
tree | 5710eb2e2bb47563e55144d227fe6d6c39bae37c /cpp/src | |
parent | Fix (diff) | |
download | ice-d6bee3e1d8b190024d4971c7cedd7eb9dfef6433.tar.bz2 ice-d6bee3e1d8b190024d4971c7cedd7eb9dfef6433.tar.xz ice-d6bee3e1d8b190024d4971c7cedd7eb9dfef6433.zip |
Fixes
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/Makefile | 2 | ||||
-rw-r--r-- | cpp/src/IceGrid/QueryI.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Makefile b/cpp/src/IceGrid/Makefile index 924e40addd8..b73fee77cc7 100644 --- a/cpp/src/IceGrid/Makefile +++ b/cpp/src/IceGrid/Makefile @@ -168,7 +168,7 @@ clean:: $(LOCAL_HDIR)/StringServerDescriptorDict.h StringServerDescriptorDict.cpp: $(SLICE2FREEZE) rm -f StringServerDescriptorDict.h StringServerDescriptorDict.cpp - $(SLICE2FREEZECMD) --dict IceGrid::StringServerDescriptorDict,string,IcePacK::ServerDescriptor \ + $(SLICE2FREEZECMD) --dict IceGrid::StringServerDescriptorDict,string,IceGrid::ServerDescriptor \ StringServerDescriptorDict ../../slice/IceGrid/Admin.ice clean:: diff --git a/cpp/src/IceGrid/QueryI.h b/cpp/src/IceGrid/QueryI.h index bb7d30d4cb2..d1baba42191 100644 --- a/cpp/src/IceGrid/QueryI.h +++ b/cpp/src/IceGrid/QueryI.h @@ -11,6 +11,7 @@ #define ICE_GRID_QUERY_I_H #include <IceGrid/Query.h> +#include <Ice/CommunicatorF.h> namespace IceGrid { |