Add missing include guard to CalcErr.h

This commit is contained in:
Michał Janiszewski 2019-03-25 20:09:36 +01:00
commit 0479afec4b

View file

@ -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