diff options
Diffstat (limited to 'src/Path.cpp')
-rw-r--r-- | src/Path.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Path.cpp b/src/Path.cpp index de17cdf..9f1bcb7 100644 --- a/src/Path.cpp +++ b/src/Path.cpp @@ -15,9 +15,11 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <string> + #include "raul/Path.hpp" -using namespace std; +using std::string; namespace Raul { |