diff options
Diffstat (limited to 'src/common.hpp')
-rw-r--r-- | src/common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp index c386b729..c39f8c07 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -13,6 +13,7 @@ #include "include/debug.hpp" #include "include/rustic.hpp" // slice and option +#include "include/compile_error.hpp" template <typename T> struct LList |