updated for linux (added headers)

added build dirs to ignore list

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6522 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2012-04-20 05:18:15 +00:00
parent fbe3108bb0
commit 2ca408ed31
3 changed files with 6 additions and 2 deletions

View File

@ -1,16 +1,18 @@
#if !defined(ISOLUTIONCOMP_H_INCLUDED)
#define ISOLUTIONCOMP_H_INCLUDED
#include <string.h> // ::strcmp
#include <string>
#include <map> // std::map
#include <map> // std::map
#include <vector>
#include <set>
#include "phrqtype.h" // LDBLE
#include "Parser.h" // CParser
#include "PHRQ_base.h" // PHRQ_base
// forward declarations
class cxxSolution;
class cxxISolution; // reqd for read and dump_xml
class cxxISolution; // reqd for read and dump_xml
class PHRQ_io;
class cxxISolutionComp: public PHRQ_base

View File

@ -5,6 +5,7 @@
//
//////////////////////////////////////////////////////////////////////
#include <stdio.h> // ::sscanf
#include "NumKeyword.h"
#include "Parser.h"
#include "Utils.h"

View File

@ -1,3 +1,4 @@
#include <string.h> // ::strstr
#include <assert.h>
#include "PHRQ_io.h"
#include "Parser.h"