onnxruntime/winml/lib/Common/inc/cppwinrt.h

20 lines
521 B
C
Raw Normal View History

2019-08-15 22:27:05 +00:00
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#pragma once
#include "common.h"
#include <winrt/windows.media.h>
#include "winrt/windows.graphics.imaging.h"
#include "winrt/windows.foundation.h"
#include "winrt/windows.foundation.collections.h"
#include "comp_generated/winrt/windows.ai.machinelearning.h"
// WinML Native Headers
#include "Windows.AI.MachineLearning.Native.h"
#include "Windows.AI.MachineLearning.Native.Internal.h"
#pragma warning(disable : 4100)
#include "Errors.h"