Fixed include in timing.h
This commit is contained in:
parent
fe805f40a8
commit
4e92823b31
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
namespace Util {
|
namespace Util {
|
||||||
void wait(int ms); ///< Sleeps for the indicated amount of milliseconds or longer.
|
void wait(int ms); ///< Sleeps for the indicated amount of milliseconds or longer.
|
||||||
|
|
Loading…
Add table
Reference in a new issue