diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 7 |
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 */ |