summaryrefslogtreecommitdiff
path: root/src/loglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/loglist.h')
-rw-r--r--src/loglist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/loglist.h b/src/loglist.h
index 56b95d65..b26f1561 100644
--- a/src/loglist.h
+++ b/src/loglist.h
@@ -20,8 +20,9 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#ifndef LOGBUFFER_H
#define LOGBUFFER_H
-#include <QTreeView>
#include <log.h>
+#include <QTreeView>
+#include <deque>
class OrganizerCore;