]> SALOME platform Git repositories - modules/kernel.git/blobdiff - src/ModuleCatalog/KernelModuleCatalog.hxx
Salome HOME
Missing include protections.
[modules/kernel.git] / src / ModuleCatalog / KernelModuleCatalog.hxx
index c70aef514c389622a8f8bb64c08f1e822fd2239d..45dae605cf494d370c51ca75264752db7580b41c 100644 (file)
@@ -16,7 +16,9 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-
+#ifndef __KERNEL_MODULE_CATALOG_HXX__
+#define __KERNEL_MODULE_CATALOG_HXX__
 #include <string>
 
 std::string GetModuleCatalogInstance(const std::string& listOfCatalogsGrouped);
+#endif