diff options
author | Wouter van Oortmerssen <wvo@google.com> | 2015-06-15 15:57:48 -0700 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2015-06-15 17:35:07 -0700 |
commit | 622b8d05cf69cc26babc6a043d1f7a4153755652 (patch) | |
tree | 02714d925145ec2c0da1551da59d3c343f66e556 /build | |
parent | 5faa0ab1be532d6a7c141cce80c54e8fb9c557fa (diff) | |
download | flatbuffers-622b8d05cf69cc26babc6a043d1f7a4153755652.tar.gz flatbuffers-622b8d05cf69cc26babc6a043d1f7a4153755652.tar.bz2 flatbuffers-622b8d05cf69cc26babc6a043d1f7a4153755652.zip |
Fixed warnings on Windows
Diffstat (limited to 'build')
-rwxr-xr-x | build/VS2010/flattests.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/VS2010/flattests.vcxproj b/build/VS2010/flattests.vcxproj index 96d76b13..447eebdf 100755 --- a/build/VS2010/flattests.vcxproj +++ b/build/VS2010/flattests.vcxproj @@ -265,6 +265,7 @@ <ItemGroup> <ClInclude Include="..\..\include\flatbuffers\flatbuffers.h" /> <ClInclude Include="..\..\include\flatbuffers\idl.h" /> + <ClInclude Include="..\..\include\flatbuffers\reflection.h" /> <ClInclude Include="..\..\include\flatbuffers\util.h" /> <ClInclude Include="..\..\tests\monster_test_generated.h" /> <ClCompile Include="..\..\src\idl_gen_fbs.cpp" /> @@ -276,4 +277,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |