From 17667b5d28e72e99fff4609bf601c7644d79d071 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 24 Aug 2006 14:21:33 +0000 Subject: [PATCH] Include utils.h in path.cpp now that is_windows_drive lives there --- source/path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.43.0