include <string.h> as it is needed for strcmp.

master
Nicky 2020-07-17 20:25:00 +02:00
parent 8e36f1d576
commit 039d96a954
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@
#include <set>
#include <typeinfo>
#include <string.h> // <FS:ND/> For strcmp
// Use to compare the first element only of a pair
// e.g. typedef std::set<std::pair<int, Data*>, compare_pair<int, Data*> > some_pair_set_t;
template <typename T1, typename T2>