diff options
Diffstat (limited to 'misc_functions.h')
| -rw-r--r-- | misc_functions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc_functions.h b/misc_functions.h index 0de2d8ad..026c6353 100644 --- a/misc_functions.h +++ b/misc_functions.h @@ -1,6 +1,9 @@ #ifndef MISC_FUNCTIONS_H #define MISC_FUNCTIONS_H +#include <QTime> +#include <QCoreApplication> + void delay(int p_milliseconds); #endif // MISC_FUNCTIONS_H |
