1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 05:26:58 +08:00

Fix header includes for C++ and Visual Studio

This commit is contained in:
Ben Boeckel
2010-12-17 09:14:25 -05:00
parent 5597aa24f1
commit af12f83d80

View File

@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__))