Add missing include with Partition class definition

* Fixes a compilation error while compiling the u-boot loader for
  the ARM platform.

Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
Pedro Pinto
2017-06-23 17:30:27 -04:00
committed by Augustin Cavalier
parent b72ba05bda
commit 856da1f3ff
@@ -9,6 +9,7 @@
#include <boot/disk_identifier.h>
#include <boot/vfs.h>
#include <boot/platform.h>
#include <boot/partitions.h>
#include <boot/stage2.h>
#include <boot/stdio.h>