From f744b03a8a84a7c548df81d8772097a55ea04472 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 4 Jun 2015 06:38:43 +0000 Subject: [PATCH] umk fixed to compile git-svn-id: svn://ultimatepp.org/upp/trunk@8507 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/umk/umake.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uppsrc/umk/umake.h b/uppsrc/umk/umake.h index 1efe5f098..b6c2dbae4 100644 --- a/uppsrc/umk/umake.h +++ b/uppsrc/umk/umake.h @@ -159,6 +159,8 @@ struct Ide : public IdeContext, public MakeBuild { virtual bool IsPersistentFindReplace() { return false; } + virtual String IdeGetIncludePath() {} + void ExportMakefile(const String& ep); void ExportProject(const String& ep, bool all, bool deletedir = true);