Merge pull request #10 from a-okoshkin/fix_header_inclusion
authorIgor Kulaychuk/SRR-Compiler Lab/./삼성전자 <i.kulaychuk@samsung.com>
Mon, 12 Feb 2018 13:51:19 +0000 (16:51 +0300)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 12 Feb 2018 13:51:19 +0000 (16:51 +0300)
Fix inclusion of some headers

1  2 
src/debug/netcoredbg/manageddebugger.cpp
src/debug/netcoredbg/torelease.h
src/debug/netcoredbg/valueprint.cpp
src/debug/netcoredbg/valueprint.h
src/debug/netcoredbg/valuewalk.cpp

Simple merge
Simple merge
index 34c43d2c7e33eea2e2a254a6738eadd2bca9f948,2f2a9b154ec4e0c9c291c2e06d4823746495395e..a065b193c67a484408baf4e44d4a87dc91cd17bc
@@@ -1,6 -1,12 +1,12 @@@
  // Copyright (c) 2017 Samsung Electronics Co., LTD
  // Distributed under the MIT License.
  // See the LICENSE file in the project root for more information.
+ #pragma once
+ #include <string>
+ #include <cor.h>
+ #include <cordebug.h>
  
  HRESULT PrintValue(ICorDebugValue *pInputValue, std::string &output, bool escape = true);
 -HRESULT DereferenceAndUnboxValue(ICorDebugValue * pValue, ICorDebugValue** ppOutputValue, BOOL * pIsNull = NULL);
 +HRESULT DereferenceAndUnboxValue(ICorDebugValue * pValue, ICorDebugValue** ppOutputValue, BOOL * pIsNull = nullptr);
Simple merge