forked from qt-creator/qt-creator
Clang: Fix missing includes and compiler warnings for MSVC2013
Change-Id: I88d371a5997576bfd29aedc38353df9ea3a3faeb Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
committed by
Marco Bubke
parent
cda1f94b18
commit
e10ba2e289
@@ -35,6 +35,8 @@
|
||||
|
||||
#include <clang-c/Index.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
class Utf8String;
|
||||
|
||||
namespace ClangBackEnd {
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
|
||||
#include <QVector>
|
||||
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
|
||||
namespace ClangBackEnd {
|
||||
|
||||
Reference in New Issue
Block a user