Skip to content

Commit

Permalink
UI-CPP: fix indirectly broken refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
GPMueller committed Mar 24, 2023
1 parent 88b604f commit 28e278a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/include/data/State.hpp
Expand Up @@ -9,6 +9,9 @@
#include <fmt/format.h>

#include <chrono>
#include <memory>
#include <string>
#include <vector>

/*
* The State struct is passed around in an application to make the
Expand Down
1 change: 1 addition & 0 deletions ui-cpp/ui-imgui/src/images.cpp
Expand Up @@ -13,6 +13,7 @@

#include <array>
#include <memory>
#include <vector>

CMRC_DECLARE( resources );

Expand Down
2 changes: 2 additions & 0 deletions ui-cpp/ui-qt/src/DebugWidget.cpp
Expand Up @@ -6,6 +6,8 @@ using Utility::Log_Level;
using Utility::Log_Sender;
///////////////////////////////////

#include <fmt/format.h>

DebugWidget::DebugWidget( std::shared_ptr<State> state )
{
this->state = state;
Expand Down

0 comments on commit 28e278a

Please sign in to comment.