diff options
author | rtk0c <[email protected]> | 2021-03-31 20:19:18 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-31 20:19:18 -0700 |
commit | 44f5fa5c8f258e8fc1f7d7e2e45e0485bd6cc490 (patch) | |
tree | 3f09a1cce46d38f5a8c6266150e67af3802d4b95 /core/src/UI/States.hpp | |
parent | 31950890c939862f79c817053c106bf711c63a64 (diff) |
Complete items tab (UI and serialization)
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. |