Merged PR 6654362: [Git2Git] OS build fixes for f9b97c488

Retrieved from https://microsoft.visualstudio.com os.2020 OS official/rs_wdx_dxp_windev 063b86ac10af16cade5c0754adcbf27e7e9ae266

Related work items: MSFT-34534216, MSFT-36986009, MSFT-36986203
This commit is contained in:
Dustin Howett 2021-11-09 23:16:26 +00:00
parent e591d29000
commit 92643c1d34
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ INCLUDES= \
$(CONSOLE_SRC_PATH)\..\oss\fmt\include; \
$(CONSOLE_SRC_PATH)\..\oss\interval_tree; \
$(CONSOLE_SRC_PATH)\..\oss\boost\boost_1_73_0; \
$(CONSOLE_SRC_PATH)\..\oss\pcg\include; \
$(MINWIN_INTERNAL_PRIV_SDK_INC_PATH_L); \
$(MINWIN_RESTRICTED_PRIV_SDK_INC_PATH_L); \
$(MINCORE_INTERNAL_PRIV_SDK_INC_PATH_L); \

View File

@ -5,6 +5,7 @@
#include "WexTestClass.h"
#include <til/rand.h>
#include <wincrypt.h>
#include "base64.hpp"