diff --git a/qrenderdoc/Code/ScintillaSyntax.cpp b/qrenderdoc/Code/ScintillaSyntax.cpp index 583e56749..5cc3262c3 100644 --- a/qrenderdoc/Code/ScintillaSyntax.cpp +++ b/qrenderdoc/Code/ScintillaSyntax.cpp @@ -25,6 +25,7 @@ #include "ScintillaSyntax.h" #include "3rdparty/scintilla/include/SciLexer.h" #include "3rdparty/scintilla/include/qt/ScintillaEdit.h" +#include "Code/QRDUtils.h" static const char *python_keywords = "False None True and as assert break class continue def del elif else except finally for from "