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 <waddlesplash@gmail.com>
This commit is contained in:
Pedro Pinto 2017-06-19 08:51:47 +01:00 committed by Augustin Cavalier
parent b72ba05bda
commit 856da1f3ff

View File

@ -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>