diff --git a/libraries/shared/src/PortableHighResolutionClock.h b/libraries/shared/src/PortableHighResolutionClock.h index 4631adefdb..e12ef818b7 100644 --- a/libraries/shared/src/PortableHighResolutionClock.h +++ b/libraries/shared/src/PortableHighResolutionClock.h @@ -14,15 +14,17 @@ // http://stackoverflow.com/questions/16299029/resolution-of-stdchronohigh-resolution-clock-doesnt-correspond-to-measureme // which is where the implementation of this class is from. -#include - #pragma once #ifndef hifi_PortableHighResolutionClock_h #define hifi_PortableHighResolutionClock_h +#include + #if defined(_MSC_VER) && _MSC_VER < 1900 +#include + // The following struct is not compliant with the HF coding standard, but uses underscores to match the classes // in std::chrono