diff options
-rw-r--r-- | options/options.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options/options.hpp b/options/options.hpp index ebc480f3..c1eed97c 100644 --- a/options/options.hpp +++ b/options/options.hpp @@ -6,6 +6,10 @@ */ #pragma once +#include "compat/ndebug-guard.hpp" + +#include "compat/util.hpp" + #include "defs.hpp" #include "bundle.hpp" #include "group.hpp" |