Skip to content

Commit

Permalink
Merge pull request #5119 from WalterBright/osx32fix
Browse files Browse the repository at this point in the history
fix build break for OSX 32
  • Loading branch information
9rnsr committed Sep 26, 2015
2 parents c5ee583 + 9251120 commit 4870675
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/expression.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include "visitor.h"
#include "tokens.h"

#include "rmem.h"

class Type;
class TypeVector;
struct Scope;
Expand Down Expand Up @@ -421,7 +423,7 @@ class ArrayLiteralExp : public Expression

Expression *syntaxCopy();
bool equals(RootObject *o);
Expression *getElement(size_t i);
Expression *getElement(d_size_t i);
static Expressions* copyElements(Expression *e1, Expression *e2 = NULL);
Expressions *copyElements();
Expression *semantic(Scope *sc);
Expand Down

0 comments on commit 4870675

Please sign in to comment.