Skip to content

Commit 0ecb2b3

Browse files
committed
Updated Pipe
1 parent 4efd297 commit 0ecb2b3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Libs/Editor/Src/Systems/EditorSystem.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
#include "Components/CTypeEditor.h"
88
#include "DockSpaceLayout.h"
99
#include "Editor.h"
10-
#include "imgui.h"
11-
#include "imgui_internal.h"
10+
#include "Pipe/Files/Files.h"
1211
#include "Statics/SEditor.h"
1312
#include "Utils/DetailsPanel.h"
1413
#include "Utils/ElementsPanel.h"

Libs/Framework/Include/Compiler/Compiler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "Compiler/CompilerConfig.h"
66

77
#include <Pipe/Core/Profiler.h>
8+
#include <Pipe/Core/String.h>
89
#include <Pipe/Reflect/Reflection.h>
910
#include <Pipe/Reflect/Struct.h>
1011

0 commit comments

Comments
 (0)