diff options
Diffstat (limited to 'protocols/Weather/weather_10.vcxproj')
-rw-r--r-- | protocols/Weather/weather_10.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Weather/weather_10.vcxproj b/protocols/Weather/weather_10.vcxproj index 1450a2f2d1..d09c5d1cb1 100644 --- a/protocols/Weather/weather_10.vcxproj +++ b/protocols/Weather/weather_10.vcxproj @@ -185,7 +185,8 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\weather.cpp">
+ <ClCompile Include="src\weather.cpp" />
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\weather_addstn.cpp" />
|