Skip to content
Snippets Groups Projects
Commit 9664f2a8 authored by Tim Jenssen's avatar Tim Jenssen Committed by Nikolai Kosjar
Browse files

fix msvc build


error C2039: 'isspace': is not a member of 'std'

Change-Id: I92410b09c4de18d9c3c43a2f052a6b2595c92013
Reviewed-by: default avatarIvan Donchevskii <ivan.donchevskii@qt.io>
Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@qt.io>
parent 78328064
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
#include "projectmacro.h"
#include <utils/algorithm.h>
#include <cctype>
namespace ProjectExplorer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment