pxe_ia32: add missing include for boot::Partition

This commit is contained in:
Jessica Hamilton
2017-05-17 23:21:40 +12:00
parent e888217124
commit f286626cd0
@@ -9,6 +9,7 @@
#include "network.h" #include "network.h"
#include <KernelExport.h> #include <KernelExport.h>
#include <boot/partitions.h>
#include <boot/platform.h> #include <boot/platform.h>
#include <boot/vfs.h> #include <boot/vfs.h>
#include <boot/stdio.h> #include <boot/stdio.h>