From d842caafe4814a058169ab6a70bc8a43cdfaf0b6 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 17 Jan 2017 14:02:30 +0100 Subject: tweaking program flow to prevent crash on closing --- courtroom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'courtroom.h') diff --git a/courtroom.h b/courtroom.h index 3a8aed2a..8c24fad0 100644 --- a/courtroom.h +++ b/courtroom.h @@ -14,6 +14,7 @@ #include #include #include +#include class AOApplication; -- cgit