diff options
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 9d4b7dfedc..d450211fe8 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -39,11 +39,14 @@ #include <toxencryptsave.h>
#include <toxav.h>
+struct CToxProto;
+
#include "version.h"
#include "resource.h"
#include "tox_address.h"
#include "tox_options.h"
#include "tox_transfer.h"
+#include "tox_chatrooms.h"
#include "tox_proto.h"
extern HINSTANCE g_hInstance;
|