diff options
Diffstat (limited to 'cpp/include/Ice/GCCountMap.h')
-rw-r--r-- | cpp/include/Ice/GCCountMap.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/GCCountMap.h b/cpp/include/Ice/GCCountMap.h index a27f9465c1a..fded894b317 100644 --- a/cpp/include/Ice/GCCountMap.h +++ b/cpp/include/Ice/GCCountMap.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_GCCOUNTMAP_H +#define ICE_GCCOUNTMAP_H #include <map> @@ -19,3 +20,5 @@ class GCShared; typedef ::std::map<GCShared*, int> GCCountMap; } + +#endif |