summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <randomdan@riogrande.random.lan>2014-12-01 01:00:56 +0000
committerDan Goodliffe <randomdan@riogrande.random.lan>2014-12-01 01:00:56 +0000
commit4096b3e0496e3007bf756d67456751c16ed1d60e (patch)
treed1b6af7ad36e13080d259568065142ed19144b31
parentSupport returning/fetching a single item via ice (diff)
downloadproject2-4096b3e0496e3007bf756d67456751c16ed1d60e.tar.bz2
project2-4096b3e0496e3007bf756d67456751c16ed1d60e.tar.xz
project2-4096b3e0496e3007bf756d67456751c16ed1d60e.zip
Add missing include
-rw-r--r--project2/ice/iceDataSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/ice/iceDataSource.h b/project2/ice/iceDataSource.h
index 9881a41..4bea344 100644
--- a/project2/ice/iceDataSource.h
+++ b/project2/ice/iceDataSource.h
@@ -3,6 +3,7 @@
#include <dataSource.h>
#include <options.h>
+#include <variables.h>
#include <Ice/Communicator.h>
#include "iceBase.h"