Add pragma once (#8040)

This commit is contained in:
Pranav Sharma 2021-06-11 23:47:26 -07:00 committed by GitHub
parent 96ead2be91
commit ad6a306a7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include "GraphDescBuilder.h"
namespace Dml