diff options
Diffstat (limited to 'core/src/UI/States.hpp')
-rw-r--r-- | core/src/UI/States.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/UI/States.hpp b/core/src/UI/States.hpp index de0510c..4cc3b0f 100644 --- a/core/src/UI/States.hpp +++ b/core/src/UI/States.hpp @@ -3,6 +3,7 @@ #include "cplt_fwd.hpp" #include <memory> +#include <imgui.h> /// Minimal state shared by all UI components, such as database, items, export, etc. /// Note that global components (settings) is not supposed to access these. |