Fixed include in timing.h

This commit is contained in:
Thulinma 2017-07-05 16:43:49 +02:00
parent fe805f40a8
commit 4e92823b31

View file

@ -3,6 +3,7 @@
#pragma once
#include <string>
#include <stdint.h>
namespace Util {
void wait(int ms); ///< Sleeps for the indicated amount of milliseconds or longer.