Skip to content

Commit

Permalink
pch fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Nov 11, 2024
1 parent d4fe17b commit 6aac3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <algorithm>
#include <span>
#include <fmt/chrono.h>
#include <Geode/utils/string.hpp>
#include <Geode/utils/ranges.hpp>

using namespace geode::prelude;

Expand Down
1 change: 1 addition & 0 deletions src/platform/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <imgui.h>
#include <imgui_internal.h>
#include <cocos2d.h>
#ifdef __APPLE__
#include <OpenGL/gl.h>
#endif
Expand Down

0 comments on commit 6aac3dc

Please # to comment.