diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-03 07:11:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-03 07:11:57 +0100 |
commit | d9df8ee0ab28c5ac46c8026dcaff135356ca6953 (patch) | |
tree | 14ab9ba24de9d2c8e9db47c9944d47589597839e /options | |
parent | 0e8e2d5b103afa508f33c70904271e4fe72c870e (diff) |
options: explicitly include compat/util
Diffstat (limited to '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" |