]> git.tdb.fi Git - libs/core.git/commitdiff
Include utils.h in path.cpp now that is_windows_drive lives there
authorMikko Rasa <tdb@tdb.fi>
Thu, 24 Aug 2006 14:21:33 +0000 (14:21 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 24 Aug 2006 14:21:33 +0000 (14:21 +0000)
source/path.cpp

index 93a0a84630e29aeab758dd547931885f0d999b89..99961379977d65684da8f3209bc65d61570039e4 100644 (file)
@@ -5,9 +5,9 @@ Distributed under the LGPL
 */
 #include <msp/strutils.h>
 #include "path.h"
 */
 #include <msp/strutils.h>
 #include "path.h"
+#include "utils.h"
 
 using namespace std;
 
 using namespace std;
-#include <iostream>
 
 namespace Msp {
 namespace Path {
 
 namespace Msp {
 namespace Path {