mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[NTOS:KD] Fix compilation with CMAKE_BUILD_TYPE=Release
This was broken by commit f7ec84eea0
This commit is contained in:
parent
30613b92ab
commit
38e53eea4f
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