From 5e39e2197f3afb9e7ae98833016049059990a70c Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Fri, 13 Feb 2015 22:31:55 +0200 Subject: [PATCH] stdint.h is a part of Visual Studio 2013 distribution already --- ELFIOTest/ELFIOTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ELFIOTest/ELFIOTest.cpp b/ELFIOTest/ELFIOTest.cpp index b6f8b98..78b59e4 100644 --- a/ELFIOTest/ELFIOTest.cpp +++ b/ELFIOTest/ELFIOTest.cpp @@ -1,6 +1,5 @@ #ifdef _MSC_VER #define _SCL_SECURE_NO_WARNINGS -#define ELFIO_NO_INTTYPES #endif #define BOOST_TEST_MAIN