fix for gcc: TestDetails.cpp:38:47: error: ‘strcmp’ was not declared in this scope

This commit is contained in:
Gabriel Schlozer 2016-09-09 14:45:55 +02:00
parent ef3c0c8330
commit d5e6fe15a8

View file

@ -1,5 +1,5 @@
#include "TestDetails.h"
#include <string>
#include <cstring> // "c" version required for gcc
namespace UnitTest {