drivers: Add missing #include <commonlib/helpers.h>

ALIGN and ALIGN_UP needs 'helpers.h

Change-Id: Ia18f69b58bae6d841d800dc38745ff27f51cec46
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33659
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
diff --git a/src/drivers/intel/fsp1_1/raminit.c b/src/drivers/intel/fsp1_1/raminit.c
index a631fca..7c20b25 100644
--- a/src/drivers/intel/fsp1_1/raminit.c
+++ b/src/drivers/intel/fsp1_1/raminit.c
@@ -17,6 +17,7 @@
 #include <arch/acpi.h>
 #include <cbmem.h>
 #include <cf9_reset.h>
+#include <commonlib/helpers.h>
 #include <console/console.h>
 #include <fsp/memmap.h>
 #include <fsp/romstage.h>