tests: fix regression link error

This commit is contained in:
Hugues Delorme 2016-09-21 09:03:39 +02:00
parent fe9208d163
commit 3f042c4778
2 changed files with 2 additions and 0 deletions

View File

@ -323,6 +323,7 @@ if(MSVC)
# Treat some warnings as errors
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /we4133")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /we4013")
# Enable /Zc:strictStrings when msvc_ver > 2012 and build_type != Debug
if((MSVC_VERSION GREATER 1700) AND NOT (CMAKE_BUILD_TYPE STREQUAL "Debug"))

View File

@ -34,6 +34,7 @@
#include "../src/gmio_core/error.h"
#include "../src/gmio_stl/stl_error.h"
#include "../src/gmio_stl/stl_infos.h"
#include "../src/gmio_core/internal/helper_stream.h"
#include <stdio.h>
#include <string.h>