diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-18 17:45:59 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-18 17:45:59 +0000 |
commit | a8bb7b8d1f606b887c614d6200840fffb1bd48aa (patch) | |
tree | 39edcab678f9da538f4516cf55275315c6c79b33 /protocols/Tox/src/common.h | |
parent | 64e4c45c42ce093c7e6e9a99a5a0938dc212aa59 (diff) |
fixed label size in options
profile import work only when protocol offline
warning when importing in existing profile
git-svn-id: http://svn.miranda-ng.org/main/trunk@12182 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 81b1e1b717..4344557ffe 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -6,6 +6,7 @@ #include <windns.h>
#include <time.h>
#include <commctrl.h>
+#include <Shlwapi.h>
#include <string>
#include <sstream>
|