mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 21:55:15 -05:00
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:
parent
502183da88
commit
439ae4e7b5
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user