diff options
Diffstat (limited to 'src/Configuration.cpp')
-rw-r--r-- | src/Configuration.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Configuration.cpp b/src/Configuration.cpp index 624274f..a471441 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -15,9 +15,13 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <algorithm> +#include <string> + #include "raul/Configuration.hpp" -using namespace std; +using std::endl; +using std::string; namespace Raul { |