diff options
| author | Max Roncace <me@caseif.net> | 2025-08-24 02:52:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-24 09:52:08 +0300 |
| commit | 513816ce5c055be898b80dfa3b7048bcaca876a7 (patch) | |
| tree | 85ac5e0383eb1ef1e4442c95f7c63c2c146098ae /src/d/d_pane_class.cpp | |
| parent | 8a30030dc73931727bd3d6327c1a37255a295f3f (diff) | |
Add a precompiled header for RELs (#2597)
Diffstat (limited to 'src/d/d_pane_class.cpp')
| -rw-r--r-- | src/d/d_pane_class.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/d/d_pane_class.cpp b/src/d/d_pane_class.cpp index 3fab590750..a5beceefce 100644 --- a/src/d/d_pane_class.cpp +++ b/src/d/d_pane_class.cpp @@ -3,7 +3,8 @@ // Translation Unit: d/d_pane_class // -#include "d/d_pane_class.h" +#include "d/dolzel.h" + #include "JSystem/J2DGraph/J2DOrthoGraph.h" #include "JSystem/J2DGraph/J2DPicture.h" #include "JSystem/J2DGraph/J2DScreen.h" @@ -13,6 +14,7 @@ #include "JSystem/JKernel/JKRExpHeap.h" #include "JSystem/JSupport/JSUMemoryStream.h" #include "d/d_lib.h" +#include "d/d_pane_class.h" #include "m_Do/m_Do_ext.h" #include "m_Do/m_Do_graphic.h" @@ -503,4 +505,4 @@ bool dPaneClass_setPriority(void** i_data, JKRHeap* p_heap, J2DScreen* p_screen, } return false; -}
\ No newline at end of file +} |
