Fix includes

This commit is contained in:
Daniel Marjamäki 2017-09-30 12:45:25 +02:00
parent 64ce252f19
commit 9ce23203cc
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,6 @@
#include <set> #include <set>
#include <string> #include <string>
#include <vector> #include <vector>
#include <cctype>
/// @addtogroup Core /// @addtogroup Core
/// @{ /// @{

View File

@ -22,6 +22,7 @@
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#include <algorithm> #include <algorithm>
#include <cctype>
#include <cstddef> #include <cstddef>
#include <string> #include <string>