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);