Skip to content

Commit

Permalink
Fix compile issue on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Jul 19, 2021
1 parent 9a666d9 commit edcb0ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/FileDragUploadResource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@
#include <Wt/Chart/WAbstractChart>


#include "InterSpec/InterSpecApp.h"
#include "SpecUtils/Filesystem.h"
#if( !ANDROID && !IOS )
#include "InterSpec/InterSpecApp.h"
#include "InterSpec/FileDragUploadResource.h"

#ifdef _WIN32
#include "SpecUtils/StringAlgo.h"
#endif


using namespace Wt;
using namespace std;

Expand Down

0 comments on commit edcb0ae

Please sign in to comment.