summaryrefslogtreecommitdiff
path: root/src/strgen
diff options
context:
space:
mode:
Diffstat (limited to 'src/strgen')
-rw-r--r--src/strgen/strgen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strgen/strgen.h b/src/strgen/strgen.h
index e44c5be42..badfb06f7 100644
--- a/src/strgen/strgen.h
+++ b/src/strgen/strgen.h
@@ -12,6 +12,8 @@
#ifndef STRGEN_H
#define STRGEN_H
+#include "../language.h"
+
/** Container for the different cases of a string. */
struct Case {
int caseidx; ///< The index of the case.