uefi: Include BaseType.h in GraphicsOutput.h instead of doing it transitively.

Change-Id: I1bbaaf8e005f1e57e5ecb1f44c5a930b01556875
diff --git a/src/uefi/edk/Protocol/GraphicsOutput.h b/src/uefi/edk/Protocol/GraphicsOutput.h
index a3432ce..01fe97a 100644
--- a/src/uefi/edk/Protocol/GraphicsOutput.h
+++ b/src/uefi/edk/Protocol/GraphicsOutput.h
@@ -17,6 +17,8 @@
 #ifndef __GRAPHICS_OUTPUT_H__
 #define __GRAPHICS_OUTPUT_H__
 
+#include <uefi/edk/Uefi/UefiBaseType.h>
+
 #define EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID \
   { \
     0x9042a9de, 0x23dc, 0x4a38, {0x96, 0xfb, 0x7a, 0xde, 0xd0, 0x80, 0x51, 0x6a } \