diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index ed947b30a..3e2b8c5bb 100644 --- a/include/modules.h +++ b/include/modules.h @@ -23,6 +23,7 @@ #include "ctables.h" #include <string> #include <deque> +#include <sstream> /** Low level definition of a FileReader classes file cache area */ @@ -451,6 +452,7 @@ class ConfigReader : public classbase /** The filename of the configuration file, as set by the constructor. */ std::string fname; + std::stringstream *cache; public: /** Default constructor. * This constructor initialises the ConfigReader class to read the inspircd.conf file |