diff --git a/test/inc/TestDef.h b/test/inc/TestDef.h index 7ca711c876..11de8e5e61 100644 --- a/test/inc/TestDef.h +++ b/test/inc/TestDef.h @@ -1,7 +1,12 @@ -// Copyright (c) Microsoft Corporation and Contributors. +// Copyright (c) Microsoft Corporation and Contributors. // Licensed under the MIT License. #pragma once +#include +#include +#include +#include + constexpr static const int c_phaseTimeout = (30 * 1000); // 30 seconds static const std::wstring c_genericTestMoniker = L"this_is_a_test"; static const std::wstring c_testFailureEventName = L"WindowsAppRuntimeTestFailureEventName"; diff --git a/test/inc/WindowsAppRuntime.Test.AppModel.h b/test/inc/WindowsAppRuntime.Test.AppModel.h index 5a025ed8a4..d26fe25d9e 100644 --- a/test/inc/WindowsAppRuntime.Test.AppModel.h +++ b/test/inc/WindowsAppRuntime.Test.AppModel.h @@ -1,9 +1,10 @@ -// Copyright (c) Microsoft Corporation and Contributors. +// Copyright (c) Microsoft Corporation and Contributors. // Licensed under the MIT License. #ifndef __WINDOWSAPPRUNTIME_TEST_APPMODEL_H #define __WINDOWSAPPRUNTIME_TEST_APPMODEL_H +#include #include #include diff --git a/test/inc/WindowsAppRuntime.Test.Bootstrap.h b/test/inc/WindowsAppRuntime.Test.Bootstrap.h index a831f77aa0..10fa5ee95a 100644 --- a/test/inc/WindowsAppRuntime.Test.Bootstrap.h +++ b/test/inc/WindowsAppRuntime.Test.Bootstrap.h @@ -4,6 +4,7 @@ #ifndef __WINDOWSAPPRUNTIME_TEST_BOOTSTRAP_H #define __WINDOWSAPPRUNTIME_TEST_BOOTSTRAP_H +#include #include #include diff --git a/test/inc/WindowsAppRuntime.Test.FileSystem.h b/test/inc/WindowsAppRuntime.Test.FileSystem.h index b8b5235942..f17b81c360 100644 --- a/test/inc/WindowsAppRuntime.Test.FileSystem.h +++ b/test/inc/WindowsAppRuntime.Test.FileSystem.h @@ -1,10 +1,12 @@ -// Copyright (c) Microsoft Corporation and Contributors. +// Copyright (c) Microsoft Corporation and Contributors. // Licensed under the MIT License. #ifndef __WINDOWSAPPRUNTIME_TEST_FILESYSTEM_H #define __WINDOWSAPPRUNTIME_TEST_FILESYSTEM_H +#include #include +#include #include #include diff --git a/test/inc/WindowsAppRuntime.Test.Package.h b/test/inc/WindowsAppRuntime.Test.Package.h index 2615b07975..e4477cd87b 100644 --- a/test/inc/WindowsAppRuntime.Test.Package.h +++ b/test/inc/WindowsAppRuntime.Test.Package.h @@ -4,6 +4,7 @@ #ifndef __WINDOWSAPPRUNTIME_TEST_PACKAGE_H #define __WINDOWSAPPRUNTIME_TEST_PACKAGE_H +#include #include #include diff --git a/test/inc/WindowsAppRuntime.Test.TAEF.cppwinrt.h b/test/inc/WindowsAppRuntime.Test.TAEF.cppwinrt.h index 2662a1eb27..9a55ec625e 100644 --- a/test/inc/WindowsAppRuntime.Test.TAEF.cppwinrt.h +++ b/test/inc/WindowsAppRuntime.Test.TAEF.cppwinrt.h @@ -1,9 +1,14 @@ -// Copyright (c) Microsoft Corporation and Contributors. All rights reserved. +// Copyright (c) Microsoft Corporation and Contributors. All rights reserved. // Licensed under the MIT License. #ifndef __WINDOWSAPPRUNTIME_TEST_TAEF_CPPWINRT_H #define __WINDOWSAPPRUNTIME_TEST_TAEF_CPPWINRT_H +#include +#include +#include +#include + namespace WEX::TestExecution { // Teach TAEF how to format a winrt::hstring diff --git a/test/inc/WindowsAppRuntime.Test.TAEF.h b/test/inc/WindowsAppRuntime.Test.TAEF.h index 4934bffaa0..e4e9bd46c6 100644 --- a/test/inc/WindowsAppRuntime.Test.TAEF.h +++ b/test/inc/WindowsAppRuntime.Test.TAEF.h @@ -1,9 +1,15 @@ -// Copyright (c) Microsoft Corporation and Contributors. All rights reserved. +// Copyright (c) Microsoft Corporation and Contributors. All rights reserved. // Licensed under the MIT License. #ifndef __WINDOWSAPPRUNTIME_TEST_TAEF_H #define __WINDOWSAPPRUNTIME_TEST_TAEF_H +#include +#include +#include +#include +#include + namespace Test::TAEF { inline std::filesystem::path GetDeploymentDir()