diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-17 17:20:38 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-17 17:20:38 +0100 |
commit | 62ab61f7d33dfd2d11d08dfc0c62c755144277c0 (patch) | |
tree | 739f03641ce91930c60428428fc6722d2903d68c | |
parent | 5c655ccdba3053b78c741eaa58348998614c937b (diff) |
options: fix build
-rw-r--r-- | options/group.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/group.hpp b/options/group.hpp index 751eee34..93299b6e 100644 --- a/options/group.hpp +++ b/options/group.hpp @@ -5,6 +5,7 @@ #include "compat/base-path.hpp" #include "compat/library-path.hpp" #include "compat/macros.hpp" +#include "compat/qhash.hpp" #include "export.hpp" #include <optional> |