From 29f2fd81e0f4e62c54371b90469d64ec5e47bd8a Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 17 Mar 2007 00:15:49 +0000 Subject: added missing include --- diff --git a/include/sitecing/exception.h b/include/sitecing/exception.h index 857a8e6..ccc7edd 100644 --- a/include/sitecing/exception.h +++ b/include/sitecing/exception.h @@ -1,6 +1,8 @@ #ifndef __SITECING_EXCEPTION_H #define __SITECING_EXCEPTION_H +#include + /** * @file * @brief The site-C-ing specific exceptions. @@ -10,6 +12,7 @@ * @brief The main site-C-ing namespace. */ namespace sitecing { + using std::string; // TODO: status specifics -- cgit v0.9.0.2