From 2300a94252384c63c93f58a264235b3cff59146b Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 9 Feb 2018 19:36:04 +0000 Subject: [PATCH] Linux compile fix --- qrenderdoc/Code/ScintillaSyntax.cpp | 1 + 1 file changed, 1 insertion(+) 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 "