From a8504dc4eb1c2d09965b0858699ac737336ef3c1 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 6 Mar 2024 10:20:29 -0800 Subject: WIP - BA header simplification --- src/api/burn/balutil/inc/IBootstrapperEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/burn/balutil/inc/IBootstrapperEngine.h') diff --git a/src/api/burn/balutil/inc/IBootstrapperEngine.h b/src/api/burn/balutil/inc/IBootstrapperEngine.h index 3c1afb77..ef3b9812 100644 --- a/src/api/burn/balutil/inc/IBootstrapperEngine.h +++ b/src/api/burn/balutil/inc/IBootstrapperEngine.h @@ -1,7 +1,7 @@ #pragma once // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -#include +#include "BootstrapperEngine.h" DECLARE_INTERFACE_IID_(IBootstrapperEngine, IUnknown, "6480D616-27A0-44D7-905B-81512C29C2FB") { -- cgit v1.2.3-55-g6feb