summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index ddc6de85..22fc48dc 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -447,6 +447,13 @@ inline void throw_unexpected_error(char c, char wanted) {
/**********************************************************************
*
+ * General support for objects with "flags"
+ */
+
+#include "flags.h"
+
+/**********************************************************************
+ *
* General utility functions
*/