Skip to content

Commit

Permalink
Fix to backend system mock missing chrono header
Browse files Browse the repository at this point in the history
  • Loading branch information
Neko-Box-Coder committed Jul 30, 2023
1 parent 4bd3a30 commit 10e0e2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Include/ssGUI/Backend/Mocks/BackendSystemInputMock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
//#define SSGUI_MOCK_ENABLE_LOG
#include "ssGUI/Backend/Mocks/MockMacro.hpp"

#include <chrono>

namespace ssGUI
{

Expand Down

0 comments on commit 10e0e2e

Please sign in to comment.