mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
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:
parent
fbe3108bb0
commit
2ca408ed31
@ -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
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <stdio.h> // ::sscanf
|
||||
#include "NumKeyword.h"
|
||||
#include "Parser.h"
|
||||
#include "Utils.h"
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#include <string.h> // ::strstr
|
||||
#include <assert.h>
|
||||
#include "PHRQ_io.h"
|
||||
#include "Parser.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user