From 22cdeaf821893a8086eadb9770dc978303098959 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Tue, 16 Apr 2019 16:59:58 +0300 Subject: [PATCH] Fix build error --- DesktopEditor/doctrenderer/app_builder/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DesktopEditor/doctrenderer/app_builder/main.cpp b/DesktopEditor/doctrenderer/app_builder/main.cpp index c22387e112..fa74f4a905 100644 --- a/DesktopEditor/doctrenderer/app_builder/main.cpp +++ b/DesktopEditor/doctrenderer/app_builder/main.cpp @@ -35,7 +35,7 @@ #include "../../common/File.h" #ifdef LINUX -#include "../../../core/DesktopEditor/common/File.h" +#include "../../../DesktopEditor/common/File.h" #endif #include