Add a missing include.

That was preventing from building on OSX and Win
This commit is contained in:
Daniel Trujillo 2016-06-24 23:44:03 +02:00
parent d69ab15557
commit 8ef1e1669d
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "../localisation/localisation.h"
#include "../interface/widget.h"
#include "../interface/window.h"
#include "../config.h"
#include "dropdown.h"