summaryrefslogtreecommitdiff
path: root/apps/drwho/File_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drwho/File_Manager.h')
-rw-r--r--apps/drwho/File_Manager.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/drwho/File_Manager.h b/apps/drwho/File_Manager.h
index 374ba10b992..55482b2823d 100644
--- a/apps/drwho/File_Manager.h
+++ b/apps/drwho/File_Manager.h
@@ -14,11 +14,16 @@
//
// ============================================================================
-#if !defined (_FILE_MANAGER_H)
+#ifndef _FILE_MANAGER_H
#define _FILE_MANAGER_H
#include "global.h"
#include "ace/Singleton.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
#include "ace/Mem_Map.h"
class File_Manager