From 0acd255644dc7074f8521eb246c79afcec82047d Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 28 Sep 2015 06:02:03 +0000 Subject: Tox: libtox.dll update git-svn-id: http://svn.miranda-ng.org/main/trunk@15462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/include/tox.h | 1 + protocols/Tox/include/toxav.h | 1 + protocols/Tox/include/toxencryptsave.h | 1 + 3 files changed, 3 insertions(+) (limited to 'protocols/Tox/include') diff --git a/protocols/Tox/include/tox.h b/protocols/Tox/include/tox.h index e483c62e3b..1655d9c106 100644 --- a/protocols/Tox/include/tox.h +++ b/protocols/Tox/include/tox.h @@ -24,6 +24,7 @@ #ifndef TOX_H #define TOX_H +#include #include #include diff --git a/protocols/Tox/include/toxav.h b/protocols/Tox/include/toxav.h index 88fee4d43e..7285f45cc6 100644 --- a/protocols/Tox/include/toxav.h +++ b/protocols/Tox/include/toxav.h @@ -22,6 +22,7 @@ #ifndef __TOXAV #define __TOXAV +#include #ifdef __cplusplus extern "C" { diff --git a/protocols/Tox/include/toxencryptsave.h b/protocols/Tox/include/toxencryptsave.h index be6f9b27e2..9e28b48e1e 100644 --- a/protocols/Tox/include/toxencryptsave.h +++ b/protocols/Tox/include/toxencryptsave.h @@ -30,6 +30,7 @@ extern "C" { #include #include +#include #ifndef TOX_DEFINED #define TOX_DEFINED -- cgit v1.2.3