mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[0.4.13][NTOS:KD] Fix compilation with CMAKE_BUILD_TYPE=Release CORE-16777
Compilation was broken by commit 0.4.13-dev-253-gf7ec84eea0
fix cherry picked from commit 0.4.14-dev-1270-g38e53eea4f
This commit is contained in:
parent
6fe68ea5c5
commit
e70f523446
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@
|
|||
#include "po.h"
|
||||
#include "se.h"
|
||||
#include "ldr.h"
|
||||
#ifndef _WINKD_
|
||||
#include "kd.h"
|
||||
#endif
|
||||
#include "kd64.h"
|
||||
#include "fsrtl.h"
|
||||
#include "lpc.h"
|
||||
|
|
Loading…
Reference in a new issue