From 4ae8b8e9d31b99a8c8882834f7d7f21990e5a346 Mon Sep 17 00:00:00 2001 From: Constantin Kaplinsky Date: Wed, 28 Sep 2005 16:46:56 +0000 Subject: [PATCH] Fixed a compilation problem caused by including winsock2.h after windows.h. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@337 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- rdr/Exception.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdr/Exception.cxx b/rdr/Exception.cxx index 1fcd154f..7d387119 100644 --- a/rdr/Exception.cxx +++ b/rdr/Exception.cxx @@ -18,8 +18,8 @@ #include #ifdef _WIN32 #include -#include #include +#include #endif using namespace rdr; -- 2.39.5