diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CanvasModule.cpp | 1 | ||||
-rw-r--r-- | src/main.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/CanvasModule.cpp b/src/CanvasModule.cpp index e93cefe..95ab169 100644 --- a/src/CanvasModule.cpp +++ b/src/CanvasModule.cpp @@ -10,6 +10,7 @@ #include "ClientID.hpp" #include "PortID.hpp" #include "SignalDirection.hpp" +#include "i18n.hpp" #include "warnings.hpp" PATCHAGE_DISABLE_GANV_WARNINGS diff --git a/src/main.cpp b/src/main.cpp index d76413f..568ebca 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,6 +23,7 @@ #if USE_GETTEXT # include <libintl.h> +# include <locale.h> #endif #include <cstring> |