soc/amd/picasso/romstage: add missing types.h include

Change-Id: I26f15e7bd2f65e94ed1c2771bd8504114bfcda48
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41446
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Felix Held 2020-05-16 00:52:31 +02:00 committed by Felix Held
parent b74f45e9c4
commit 15fd30f040
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <elog.h>
#include <soc/romstage.h>
#include <soc/mtrr.h>
#include <types.h>
#include "chip.h"
#include <fsp/api.h>