Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix Ubuntu arm build break. #23270

Merged
merged 3 commits into from Mar 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/src/Common/hostpolicymock/CMakeLists.txt
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 2.6)
project (hostpolicy)

include_directories(${INC_PLATFORM_DIR})

set(SOURCES HostpolicyMock.cpp )
add_library(hostpolicy SHARED ${SOURCES})

Expand Down
1 change: 1 addition & 0 deletions tests/src/Common/hostpolicymock/HostpolicyMock.cpp
Expand Up @@ -6,6 +6,7 @@
// Used for testing CoreCLR/Corlib functionality which calls into hostpolicy.

#include <string>
#include <platformdefines.h>

// dllexport
#if defined _WIN32
Expand Down