Add missing <functional> header to src/timer/timer.h

This commit is contained in:
Jonathan G Rennison
2023-05-28 23:51:37 +01:00
parent 6091d7470c
commit bf1e66b2f3

View File

@@ -11,6 +11,7 @@
#define TIMER_H #define TIMER_H
#include "timer_manager.h" #include "timer_manager.h"
#include <functional>
/** /**