From: Mikko Rasa Date: Thu, 24 Aug 2006 14:21:33 +0000 (+0000) Subject: Include utils.h in path.cpp now that is_windows_drive lives there X-Git-Tag: fs-1.0~26 X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=17667b5d28e72e99fff4609bf601c7644d79d071 Include utils.h in path.cpp now that is_windows_drive lives there --- diff --git a/source/path.cpp b/source/path.cpp index 93a0a84..9996137 100644 --- a/source/path.cpp +++ b/source/path.cpp @@ -5,9 +5,9 @@ Distributed under the LGPL */ #include #include "path.h" +#include "utils.h" using namespace std; -#include namespace Msp { namespace Path {