summaryrefslogtreecommitdiffstats
path: root/src/pagedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pagedef.h')
-rw-r--r--src/pagedef.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pagedef.h b/src/pagedef.h
index b157731..170326d 100644
--- a/src/pagedef.h
+++ b/src/pagedef.h
@@ -15,6 +15,9 @@
*
*/
+#ifndef PAGEDEF_H
+#define PAGEDEF_H
+
#include "definition.h"
#include "sortdict.h"
@@ -85,3 +88,5 @@ class PageSDict : public SDict<PageDef>
}
};
+#endif
+