Skip to content

Commit a2c59fe

Browse files
committed
update GPUPerAPICounters.h to include the headers it needs
1 parent bab83fa commit a2c59fe

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Build/VS2015/GPUPerfAPICounters.vcxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
<Import Condition="'$(SolutionName)'=='GPUPerfAPI-Full'" Project="$(BaseDir)GPA-Internal/Build/VS2015/GPA-Deliverable.props" />
4343
<Import Condition="'$(SolutionName)'=='GPUPerfAPI-Full'" Project="$(BaseDir)GPA-Internal/Build/VS2015/GPA-Internal.props" />
4444
</ImportGroup>
45+
<ItemDefinitionGroup>
46+
<ClCompile>
47+
<AdditionalIncludeDirectories>..\..\Src\GPUPerfAPICounterGenerator;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
48+
</ClCompile>
49+
</ItemDefinitionGroup>
4550
<ItemGroup>
4651
<ClCompile Include="..\..\Src\GPUPerfAPICounters\GPUPerfAPICounters.cpp" />
4752
</ItemGroup>

Src/GPUPerfAPICounters/GPUPerfAPICounters.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
#ifndef _GPUPERFAPI_COUNTERS_H_
99
#define _GPUPERFAPI_COUNTERS_H_
1010

11+
#include "GPUPerfAPITypes-Private.h"
12+
#include "GPAICounterAccessor.h"
13+
#include "GPAICounterScheduler.h"
14+
1115
/// macro to export public API functions
1216
#ifndef GPUPERFAPI_COUNTERS_DECL
1317
#ifdef _WIN32

0 commit comments

Comments
 (0)