Skip to content

Commit 9ce2320

Browse files
committed
Fix includes
1 parent 64ce252 commit 9ce2320

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lib/importproject.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include <set>
3131
#include <string>
3232
#include <vector>
33-
#include <cctype>
3433

3534
/// @addtogroup Core
3635
/// @{

lib/utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
//---------------------------------------------------------------------------
2323

2424
#include <algorithm>
25+
#include <cctype>
2526
#include <cstddef>
2627
#include <string>
2728

0 commit comments

Comments
 (0)