forked from qt-creator/qt-creator
CDB: Add a missing include
Required for strlen. Detected by clang code model. Change-Id: Ide38c387ae55a74ce2aa365af261a633c0fd1b52 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
98585ba5d2
commit
b963ad78bb
@@ -30,6 +30,7 @@
|
|||||||
#include "stringutils.h"
|
#include "stringutils.h"
|
||||||
|
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
|
#include <cstring>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
Reference in New Issue
Block a user