summaryrefslogtreecommitdiffstats
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index 467195e0f..9cf382c29 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -179,6 +179,7 @@
<ClInclude Include="src\thread.h" />
<ClInclude Include="src\thunk.h" />
<ClInclude Include="src\timer.h" />
+ <ClInclude Include="src\utf8.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\break_points.cpp" />
@@ -196,6 +197,7 @@
<ClCompile Include="src\string_util.cpp" />
<ClCompile Include="src\thread.cpp" />
<ClCompile Include="src\timer.cpp" />
+ <ClCompile Include="src\utf8.cpp" />
<ClCompile Include="src\version.cpp" />
</ItemGroup>
<ItemGroup>