diff options
Diffstat (limited to 'QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h')
-rw-r--r-- | QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h b/QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h index 3630f347b6..98284958a4 100644 --- a/QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h +++ b/QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h @@ -3,7 +3,7 @@ Common header file shared by all source files. This file includes package header files, library classes and protocol, PPI & GUID definitions.
-Copyright (c) 2013 Intel Corporation.
+Copyright (c) 2013 - 2016 Intel Corporation.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -78,6 +78,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Library/QNCAccessLib.h>
#include <Library/PlatformHelperLib.h>
#include <Library/PlatformPcieHelperLib.h>
+#include <Library/I2cLib.h>
#include <Register/Cpuid.h>
|