From 93e3db2668208f0ab25bb89afc75276e6ef4f1ed Mon Sep 17 00:00:00 2001 From: LaurentGom Date: Thu, 9 Apr 2009 09:24:26 +0000 Subject: [PATCH] Fixed not included in some samples git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1072 4e206d99-4929-0410-ac5d-dfc041789085 --- samples/sockets/Sockets.cpp | 3 ++- samples/voip/VoIP.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/samples/sockets/Sockets.cpp b/samples/sockets/Sockets.cpp index 076021907..978af35a2 100644 --- a/samples/sockets/Sockets.cpp +++ b/samples/sockets/Sockets.cpp @@ -2,7 +2,8 @@ //////////////////////////////////////////////////////////// // Headers //////////////////////////////////////////////////////////// -#include +#include +#include //////////////////////////////////////////////////////////// diff --git a/samples/voip/VoIP.cpp b/samples/voip/VoIP.cpp index 09360b67e..125bd8a52 100644 --- a/samples/voip/VoIP.cpp +++ b/samples/voip/VoIP.cpp @@ -3,7 +3,8 @@ // Headers //////////////////////////////////////////////////////////// #include -#include +#include +#include ////////////////////////////////////////////////////////////