diff options
Diffstat (limited to 'cpp/src/Freeze/Util.h')
-rw-r--r-- | cpp/src/Freeze/Util.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cpp/src/Freeze/Util.h b/cpp/src/Freeze/Util.h index f848e873bd2..9423a707f6f 100644 --- a/cpp/src/Freeze/Util.h +++ b/cpp/src/Freeze/Util.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef FREEZE_UTIL_H +#define FREEZE_UTIL_H #include <Ice/Ice.h> #include <Freeze/DB.h> @@ -67,3 +68,7 @@ handleDbException(const DbException&, Key&, Dbt&, Value&, Dbt&, const char*, int); } + + +#endif + |