From 96c672aef59ac785f3d351698311bb358820cc3c Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 2 Nov 2016 14:34:33 +0000 Subject: Compile as C++ for windows builds. Compiling as C++ changes nothing semantically, but ensures that we don't break C++ compatibility while also retaining C compatibility. C++ compatibility is useful for tooling and additional diagnostics and analyses. --- auto_tests/tox_many_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'auto_tests/tox_many_test.c') diff --git a/auto_tests/tox_many_test.c b/auto_tests/tox_many_test.c index 656d1769..fa657580 100644 --- a/auto_tests/tox_many_test.c +++ b/auto_tests/tox_many_test.c @@ -8,6 +8,7 @@ #include #include #include +#include #include "../toxcore/tox.h" #include "../toxcore/util.h" -- cgit v1.2.3