Skip to content

Commit

Permalink
fix missing thread include
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Dec 18, 2023
1 parent 3a2daef commit e03bba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hooks/features/SubmitDosPuntoDos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <Geode/utils/web.hpp>
#include "../../objects/FLAlertResultHandler.h"

#include <thread>

using namespace geode::prelude;

class $modify(MenuLayer) {
Expand Down

0 comments on commit e03bba1

Please sign in to comment.