mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
fix includes for portable hrc
This commit is contained in:
parent
9b926f6f04
commit
2737e74432
1 changed files with 4 additions and 2 deletions
|
@ -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 <chrono>
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef hifi_PortableHighResolutionClock_h
|
||||
#define hifi_PortableHighResolutionClock_h
|
||||
|
||||
#include <chrono>
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1900
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
// The following struct is not compliant with the HF coding standard, but uses underscores to match the classes
|
||||
// in std::chrono
|
||||
|
||||
|
|
Loading…
Reference in a new issue