summaryrefslogtreecommitdiff
path: root/project2/common/sourceObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/sourceObject.h')
-rw-r--r--project2/common/sourceObject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/common/sourceObject.h b/project2/common/sourceObject.h
index 8529100..935cead 100644
--- a/project2/common/sourceObject.h
+++ b/project2/common/sourceObject.h
@@ -2,6 +2,7 @@
#define SOURCEOBJECT_H
#include <boost/intrusive_ptr.hpp>
+#include <boost/function.hpp>
#include <string>
#include <map>
#include "intrusivePtrBase.h"