Skip to content

Commit 9c72a21

Browse files
author
Ori Levari
authored
add include statement for windows.foundation.collection.h
1 parent 025aab4 commit 9c72a21

File tree

3 files changed

+3
-0
lines changed
  • Samples
    • AdapterSelection/AdapterSelection/cpp
    • CustomOperatorCPU/desktop/cpp
    • SqueezeNetObjectDetection/Desktop/cpp

3 files changed

+3
-0
lines changed

Samples/AdapterSelection/AdapterSelection/cpp/pch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <windows.h>
1515

1616
#include <winrt/Windows.Foundation.h>
17+
#include <winrt/Windows.Foundation.Collections.h>
1718
#include <winrt/Windows.AI.MachineLearning.h>
1819
#include <winrt/Windows.Media.h>
1920
#include <winrt/Windows.Storage.h>

Samples/CustomOperatorCPU/desktop/cpp/pch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <winstring.h>
1515

1616
#include <winrt/Windows.Foundation.h>
17+
#include <winrt/Windows.Foundation.Collections.h>
1718
#include <winrt/Windows.AI.MachineLearning.h>
1819
#include <winrt/Windows.Media.h>
1920
#include <winrt/Windows.Storage.h>

Samples/SqueezeNetObjectDetection/Desktop/cpp/pch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <windows.h>
1313

1414
#include <winrt/Windows.Foundation.h>
15+
#include <winrt/Windows.Foundation.Collections.h>
1516
#include <winrt/Windows.AI.MachineLearning.h>
1617
#include <winrt/Windows.Media.h>
1718
#include <winrt/Windows.Storage.h>

0 commit comments

Comments
 (0)