Correct some linux warnings.

Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian.Conlon 2017-09-03 22:40:45 +01:00
parent da806bddcb
commit ef766fd626
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#ifdef _MSC_VER
#pragma once
#endif
#include <cstdint>
#include <functional>

View File

@ -1,4 +1,6 @@
#ifdef _MSC_VER
#pragma once
#endif
#include <cstdint>
#include <functional>