mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
fix for gcc: TestDetails.cpp:38:47: error: ‘strcmp’ was not declared in this scope
This commit is contained in:
parent
ef3c0c8330
commit
d5e6fe15a8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "TestDetails.h"
|
||||
#include <string>
|
||||
#include <cstring> // "c" version required for gcc
|
||||
|
||||
namespace UnitTest {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue