1
0

Fixed build

This commit is contained in:
Scott E. Graves
2017-02-26 02:17:55 -06:00
parent 576ca1a1f3
commit 138cd531cd
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#include "stdafx.h"
#include "SiaDokanDrive.h"
#include <filesystem>
#include "UploadManager.h"
using namespace Sia::Api;
using namespace Sia::Api::Dokan;

View File

@@ -5,6 +5,7 @@
#include "stdafx.h"
#include "SiaDriveApp.h"
#include "SiaDriveDlg.h"
#include "EventSystem.h"
#ifdef _DEBUG
#define new DEBUG_NEW