Add include to ExpressionCommandInterface, in-order to build with GCC/libstdc++

This commit is contained in:
Daniel Belcher 2019-04-15 15:11:12 -07:00
commit 943b0e1fe2

View file

@ -1,7 +1,9 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include <memory> // for std::shared_ptr
#include "CalculatorVector.h"
#include "Command.h"