summaryrefslogtreecommitdiff
path: root/src/includes.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-20 16:20:45 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-20 16:20:45 +0100
commitb1f91277a29ddac92479106543ecfd62ff99d152 (patch)
tree55aab26342b34c5d9e661f42077c480d444ef345 /src/includes.h
parent6d42a8f99cbe98201a0d52ab276f6929b66cfe4f (diff)
added hashiterator, this is going to be one of the implementation classes for the upcoming value iterator
Diffstat (limited to 'src/includes.h')
-rw-r--r--src/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/includes.h b/src/includes.h
index 42b52ce..e59d67b 100644
--- a/src/includes.h
+++ b/src/includes.h
@@ -92,6 +92,8 @@
#include "origexception.h"
#include "notimplemented.h"
#include "property.h"
+#include "iteratorimpl.h"
+#include "hashiterator.h"
#ifndef ZVAL_COPY_VALUE
#define ZVAL_COPY_VALUE(z, v) \