Skip to content

Commit

Permalink
Fix compilation on GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed May 15, 2024
1 parent 343d5cf commit b693218
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/xrCore/Threading/TaskManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
*/
#pragma once

#include <mutex>

#include "Event.hpp"
#include "Task.hpp"

#include <atomic>
#include <condition_variable>
#include <mutex>

class TaskWorker;

class XRCORE_API TaskManager final
Expand Down

0 comments on commit b693218

Please sign in to comment.