diff --git a/paddle/utils/Common.h b/paddle/utils/Common.h index 91b47591204e5972ac997c31c110f2dda55713dc..1f1d0255a5eaef824171ddeaf9480167f232007e 100644 --- a/paddle/utils/Common.h +++ b/paddle/utils/Common.h @@ -14,7 +14,6 @@ limitations under the License. */ #pragma once -#include "Error.h" #include "Excepts.h" /** diff --git a/paddle/utils/CpuId.h b/paddle/utils/CpuId.h index 8b21347cae441713bdffdeefd56b544f9dd04e62..d16098b5f90f1987f72073c6e9a81f1e4f1b17a9 100644 --- a/paddle/utils/CpuId.h +++ b/paddle/utils/CpuId.h @@ -12,6 +12,7 @@ limitations under the License. */ #pragma once #include "Common.h" +#include "Error.h" namespace paddle {