diff options
author | George Hazan <ghazan@miranda.im> | 2017-01-06 20:37:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-01-06 23:10:07 +0300 |
commit | c6646a4fbf19011b2c1aaea49e1fa2becfe8cc7b (patch) | |
tree | db55de4addf1b510a011690ec0787c716b5435e2 /protocols/Discord/src/stdafx.h | |
parent | 50c8ace2f8329b5ac013e9fcadd1905af19fe6cd (diff) |
adding zlib
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r-- | protocols/Discord/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index 43d0077d7c..b91bf0008d 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -39,6 +39,8 @@ #include <m_json.h> #include <win2k.h> +#include "../../libs/zlib/src/zlib.h" + extern HINSTANCE g_hInstance; #include "version.h" |