]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_gsmopen] Fix build on Visual Studio 2019
authorAndrey Volk <andywolk@gmail.com>
Mon, 9 Nov 2020 21:35:23 +0000 (01:35 +0400)
committerAndrey Volk <andywolk@gmail.com>
Fri, 20 Nov 2020 14:29:52 +0000 (18:29 +0400)
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.cc
src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/gsm_util.h

index a1d25310b3f7e265cce5acc5a7774b1ff0243536..bfcb4e9858ae6e6023f455c33ab3c62cb96fbacc 100755 (executable)
@@ -19,7 +19,6 @@
 #include <sys/stat.h>
 #include <assert.h>
 #include <string.h>
-#include <iostream>
 #include <strstream>
 #include <ctype.h>
 #include <errno.h>
index 127ef05ce6cdb98eb907a97225a25cde4d3066c6..e4cee34372fe836a62537d887096345b43e607d9 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <string>
 #include <vector>
+#include <iostream> 
 #include <gsmlib/gsm_error.h>
 #ifndef WIN32
 #include <sys/time.h>