* Hack needed for GCC 4.3.2 on OpenSolaris.

This commit is contained in:
Eelco Dolstra 2010-10-04 10:51:16 +00:00
parent 923736df38
commit 4aa9245083
1 changed files with 1 additions and 1 deletions

View File

@ -5,12 +5,12 @@
#include "nixexpr.hh"
#include "symbol-table.hh"
#include "hash.hh"
namespace nix {
class Hash;
class EvalState;
struct Env;
struct Value;