diff options
Diffstat (limited to 'include/CompilerKit/Ref.h')
| -rw-r--r-- | include/CompilerKit/Ref.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/CompilerKit/Ref.h b/include/CompilerKit/Ref.h index 400f9f8..5717a3a 100644 --- a/include/CompilerKit/Ref.h +++ b/include/CompilerKit/Ref.h @@ -8,7 +8,8 @@ * ======================================================== */ -#pragma once +#ifndef NECTAR_COMPILERKIT_REF_H +#define NECTAR_COMPILERKIT_REF_H #include <CompilerKit/Detail/Config.h> @@ -97,3 +98,5 @@ using StrongAny = StrongRef<VoidPtr>; using WeakAny = WeakRef<VoidPtr>; } // namespace CompilerKit +#endif // NECTAR_COMPILERKIT_REF_H + |
