diff options
author | Dan Goodliffe <randomdan@riogrande.random.lan> | 2014-12-01 01:00:56 +0000 |
---|---|---|
committer | Dan Goodliffe <randomdan@riogrande.random.lan> | 2014-12-01 01:00:56 +0000 |
commit | c0b1a83cd4f13d915ebabf0e3ba7d975a9c0fcd0 (patch) | |
tree | d1b6af7ad36e13080d259568065142ed19144b31 | |
parent | Support returning/fetching a single item via ice (diff) | |
download | project2-c0b1a83cd4f13d915ebabf0e3ba7d975a9c0fcd0.tar.bz2 project2-c0b1a83cd4f13d915ebabf0e3ba7d975a9c0fcd0.tar.xz project2-c0b1a83cd4f13d915ebabf0e3ba7d975a9c0fcd0.zip |
Add missing include
-rw-r--r-- | project2/ice/iceDataSource.h | 1 |
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" |