]> git.lyx.org Git - lyx.git/blobdiff - src/WordLangTuple.h
hopefully fix tex2lyx linking.
[lyx.git] / src / WordLangTuple.h
index 69d2f742f372224c4a0f23313d08278fd78a2273..9e2232bd3d1b199c1c0e63b22a7f23ba8300dd77 100644 (file)
 #ifndef WORD_LANG_TUPLE_H
 #define WORD_LANG_TUPLE_H
 
+#include <string>
+
+
+namespace lyx {
+
+
 /**
  * A word and its given language code ("en_US").
  * This is used for spellchecking.
@@ -41,4 +47,7 @@ private:
        std::string code_;
 };
 
+
+} // namespace lyx
+
 #endif // WORD_LANG_TUPLE_H