aboutsummaryrefslogtreecommitdiff
path: root/debug_functions.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-07-05 21:15:01 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2018-07-05 21:15:01 -0500
commit17601c3723a181e348e37eddcc04bf506165cb72 (patch)
tree98d93a106ebba6cfd5cf03443226c3bf6d86e052 /debug_functions.h
parenta7c63a44c67f175495b5fa3b6cca9a5015fbe108 (diff)
parent30a87d23c9c63bed072b3460e7482075dc530b2c (diff)
Merge branch 'headers'
Diffstat (limited to 'debug_functions.h')
-rw-r--r--debug_functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_functions.h b/debug_functions.h
index 6feaf90a..160274cc 100644
--- a/debug_functions.h
+++ b/debug_functions.h
@@ -2,6 +2,7 @@
#define DEBUG_FUNCTIONS_H
#include <QString>
+#include <QMessageBox>
void call_error(QString message);
void call_notice(QString message);