diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-26 11:03:17 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-26 11:03:17 +0000 |
commit | dde1f3e583159fddbcdba6ec52e7e3e432c00711 (patch) | |
tree | a6ac4c5d4c957cf80f0fff3867ea2d7a0ddb958a /protocols/Tox/src/tox_network.cpp | |
parent | 73d66eaffe6fb0b0b422c3c9a7e24f4914d370fe (diff) |
Tox: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_network.cpp')
-rw-r--r-- | protocols/Tox/src/tox_network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_network.cpp b/protocols/Tox/src/tox_network.cpp index c9d4a2b6c2..ec79f22747 100644 --- a/protocols/Tox/src/tox_network.cpp +++ b/protocols/Tox/src/tox_network.cpp @@ -1,4 +1,4 @@ -#include "common.h"
+#include "stdafx.h"
bool CToxProto::IsOnline()
{
|