Added missing header in ui.h

This commit is contained in:
James Booth
2016-05-11 22:22:59 +01:00
parent 5328206047
commit d805d0c886

View File

@@ -41,6 +41,7 @@
#include "ui/win_types.h"
#include "muc.h"
#include "config/tlscerts.h"
#include "config/account.h"
#ifdef HAVE_LIBOTR
#include "otr/otr.h"
#endif