diff options
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 9518d62e3a..f50d7393d2 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -32,6 +32,7 @@ #include "version.h"
#include "resource.h"
#include "tox_proto.h"
+#include "file_transfer.h"
extern HINSTANCE g_hInstance;
|