Skip to content

Commit

Permalink
Fixed windows gcc build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendr0id committed Jan 14, 2018
1 parent a906815 commit 656e93a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,17 @@
# else
# define MSVC_VERSION 0
# endif
#include <string>
#else
#if defined(__FreeBSD__)
#include <string>
#else
#include <string.h>
#endif
#endif

#include <string>



class Version
{
Expand Down

0 comments on commit 656e93a

Please sign in to comment.