diff options
Diffstat (limited to 'cpp/src/IceGrid/Util.h')
-rwxr-xr-x | cpp/src/IceGrid/Util.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Util.h b/cpp/src/IceGrid/Util.h index c15ec35e0c3..9ba84619693 100755 --- a/cpp/src/IceGrid/Util.h +++ b/cpp/src/IceGrid/Util.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_GRID_UTIL_H +#define ICE_GRID_UTIL_H #include <IceGrid/Descriptor.h> #include <IceUtil/StringUtil.h> @@ -117,3 +118,5 @@ inline getMatchingKeys(const T& m, const std::string& expression) } }; + +#endif |