diff options
Diffstat (limited to 'include/hebrewmcim.h')
-rw-r--r-- | include/hebrewmcim.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hebrewmcim.h b/include/hebrewmcim.h index 6400bbd..499639a 100644 --- a/include/hebrewmcim.h +++ b/include/hebrewmcim.h @@ -12,6 +12,9 @@ #include <swinputmeth.h> #include <map> +#include <defs.h> +SWORD_NAMESPACE_START + class HebrewMCIM : public SWInputMethod { @@ -25,4 +28,5 @@ public: int *translate(char in); }; +SWORD_NAMESPACE_END #endif |