Skip to content

Commit eebeaf9

Browse files
committed
Fix header path in CppResnetBuildDemo
1 parent b56962a commit eebeaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/WindowsML/cpp/CppResnetBuildDemo/CppResnetBuildDemo/CppResnetBuildDemo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <iostream>
88
#include <utility>
99
#include <vector>
10-
#include <win_onnxruntime_cxx_api.h>
10+
#include <winml/onnxruntime_cxx_api.h>
1111
#include <winrt/base.h>
1212
#include <winrt/Microsoft.Windows.AI.MachineLearning.h>
1313

0 commit comments

Comments
 (0)