diff --git a/src/drivers/vpd/vpd.h b/src/drivers/vpd/vpd.h index 14b002c8f6..244a7be6d7 100644 --- a/src/drivers/vpd/vpd.h +++ b/src/drivers/vpd/vpd.h @@ -7,6 +7,8 @@ #ifndef __VPD_H__ #define __VPD_H__ +#include + #define GOOGLE_VPD_2_0_OFFSET 0x600 enum vpd_region { diff --git a/src/include/device/dram/common.h b/src/include/device/dram/common.h index 4c6f02eb00..3d380c3c02 100644 --- a/src/include/device/dram/common.h +++ b/src/include/device/dram/common.h @@ -18,6 +18,8 @@ #ifndef DEVICE_DRAM_COMMON_H #define DEVICE_DRAM_COMMON_H +#include + /** * \brief Convenience definitions for TCK values *