]> git.lyx.org Git - lyx.git/blobdiff - src/Thesaurus.h
* allow resizing of detached panel
[lyx.git] / src / Thesaurus.h
index a673e04765a1f6792932768a066f4945e18b7fb9..abe9f16339cfcad30f4d91bac87e4fda5ed83254 100644 (file)
 
 #include <vector>
 #include <map>
+#include <string>
 
 #ifdef HAVE_LIBAIKSAURUS
 #include AIKSAURUS_H_LOCATION
 #endif
 
+namespace lyx {
+
 /**
  * This class provides an interface to whatever thesauri we might support.
  */
@@ -45,4 +48,7 @@ private:
 
 extern Thesaurus thesaurus;
 
+
+} // namespace lyx
+
 #endif