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
commitc0b1a83cd4f13d915ebabf0e3ba7d975a9c0fcd0 (patch)
treed1b6af7ad36e13080d259568065142ed19144b31
parentSupport returning/fetching a single item via ice (diff)
downloadproject2-c0b1a83cd4f13d915ebabf0e3ba7d975a9c0fcd0.tar.bz2
project2-c0b1a83cd4f13d915ebabf0e3ba7d975a9c0fcd0.tar.xz
project2-c0b1a83cd4f13d915ebabf0e3ba7d975a9c0fcd0.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"