Skip to content

Commit

Permalink
minor fix for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaCabiddu committed Oct 9, 2023
1 parent 10a6590 commit ae62ed0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phreesqlib/phreeqc_interface/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ using namespace std;
#include <stdio.h>
#include <stdlib.h>

#include <dirent.h>
#ifdef WIN32
#include <direct.h>
#endif

const std::string WHITESPACE = " \n\r\t\f\v";

Expand Down

0 comments on commit ae62ed0

Please sign in to comment.