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 | 4096b3e0496e3007bf756d67456751c16ed1d60e (patch) | |
tree | d1b6af7ad36e13080d259568065142ed19144b31 | |
parent | Support returning/fetching a single item via ice (diff) | |
download | project2-4096b3e0496e3007bf756d67456751c16ed1d60e.tar.bz2 project2-4096b3e0496e3007bf756d67456751c16ed1d60e.tar.xz project2-4096b3e0496e3007bf756d67456751c16ed1d60e.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" |