summaryrefslogtreecommitdiffstats
path: root/util/qlalr/parsetable.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-15 20:46:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 09:26:40 +0100
commitf98a96fded6338f5f270541d3888e20cf6837af6 (patch)
tree4981fa769c7439f2796593cf38a56ae3482650bd /util/qlalr/parsetable.h
parente06557b596e7bc37aad70e4083bf59ff240681a1 (diff)
fix includes
use style suitable for bootstrapping. while we're at it, order the includes the usual way. Change-Id: I4fe96bfb73442c8a5de6dfe52d1a8c7eb22104c8 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'util/qlalr/parsetable.h')
-rw-r--r--util/qlalr/parsetable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/qlalr/parsetable.h b/util/qlalr/parsetable.h
index 75922ab16b..d0fe78be81 100644
--- a/util/qlalr/parsetable.h
+++ b/util/qlalr/parsetable.h
@@ -42,6 +42,8 @@
#ifndef PARSETABLE_H
#define PARSETABLE_H
+#include <QtCore/qglobal.h>
+
QT_FORWARD_DECLARE_CLASS(QTextStream);
class Automaton;