forked from lix-project/lix
* Hack needed for GCC 4.3.2 on OpenSolaris.
This commit is contained in:
parent
923736df38
commit
4aa9245083
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
#include "nixexpr.hh"
|
#include "nixexpr.hh"
|
||||||
#include "symbol-table.hh"
|
#include "symbol-table.hh"
|
||||||
|
#include "hash.hh"
|
||||||
|
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
|
|
||||||
class Hash;
|
|
||||||
class EvalState;
|
class EvalState;
|
||||||
struct Env;
|
struct Env;
|
||||||
struct Value;
|
struct Value;
|
||||||
|
|
Loading…
Reference in a new issue