diff options
Diffstat (limited to 'src/core/core.c')
-rw-r--r-- | src/core/core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.c b/src/core/core.c index b089e754..37459d8f 100644 --- a/src/core/core.c +++ b/src/core/core.c @@ -24,6 +24,8 @@ */ #include <config.h> +#include <glib/gi18n-lib.h> + #include "core.h" #include "frame-private.h" #include "workspace.h" |