Skip to content

Commit

Permalink
Compile fixes for some platforms & compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbinks committed Jun 11, 2023
1 parent abc13dd commit 2405c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/TestWaitforTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "Timer.h"

#include <stdio.h>
#include <stdlib.h>

enki::TaskScheduler g_TS;
uint32_t g_Iteration;
Expand Down
1 change: 1 addition & 0 deletions src/TaskScheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <thread>
#include <stdint.h>
#include <functional>
#include <initializer_list>

// ENKITS_TASK_PRIORITIES_NUM can be set from 1 to 5.
// 1 corresponds to effectively no priorities.
Expand Down

0 comments on commit 2405c77

Please sign in to comment.