Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Adding additional library plus mappings to make code compile under g++
Browse files Browse the repository at this point in the history
  • Loading branch information
jrittenh committed Mar 31, 2017
1 parent 8905e69 commit db3bc00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion KlondikeSolver.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#include<iostream>
#include<fstream>
#include<ctime>
#include<cstring>
#include"Solitaire.h"
#define _stricmp strcasecmp

using namespace std;

bool LoadGame(string const& f, Solitaire & s, unsigned int & index) {
Expand Down Expand Up @@ -206,4 +209,4 @@ int main(int argc, char * argv[]) {
} while (fileContents.size() > fileIndex);

return 0;
}
}

0 comments on commit db3bc00

Please sign in to comment.