mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Add missing include guard to CalcErr.h
This commit is contained in:
parent
15c1ab6868
commit
0479afec4b
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#pragma once
|
||||
|
||||
// CalcErr.h
|
||||
//
|
||||
// Defines the error codes thrown by ratpak and caught by Calculator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue