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 <string>
#include <vector>
#include <cctype>
/// @addtogroup Core
/// @{

View File

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