Added #include for windows.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1455 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2009-07-31 13:12:46 +00:00
parent 502183da88
commit 439ae4e7b5

View File

@ -19,6 +19,10 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
****************************************************************/ ****************************************************************/
#ifdef WIN32
#include <Windows.h>
#endif
#include "rshare.h" #include "rshare.h"
#include "TransfersDialog.h" #include "TransfersDialog.h"