diff --git a/DoctRenderer/DoctRenderer.h b/DoctRenderer/DoctRenderer.h index 2ef9e6123d..ae1b5b6d14 100644 --- a/DoctRenderer/DoctRenderer.h +++ b/DoctRenderer/DoctRenderer.h @@ -5,7 +5,7 @@ #include "stdafx.h" #include "NativeControl.h" -#include "../../../../Common/TimeMeasurer.h" +#include "../../../../../../Common/TimeMeasurer.h" #pragma comment(lib, "ws2_32.lib") #pragma comment(lib, "winmm.lib") diff --git a/DoctRenderer/stdafx.h b/DoctRenderer/stdafx.h index c6e49ccb78..a1f37fbf0d 100644 --- a/DoctRenderer/stdafx.h +++ b/DoctRenderer/stdafx.h @@ -42,6 +42,7 @@ #include #include #include +#include using namespace ATL;