From: Igor Kulaychuk/SRR-Compiler Lab/./삼성전자 Date: Mon, 12 Feb 2018 13:51:19 +0000 (+0300) Subject: Merge pull request #10 from a-okoshkin/fix_header_inclusion X-Git-Tag: submit/tizen/20180620.071641~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d2693fabffd10014b62a684acb19e28e860b21c;p=sdk%2Ftools%2Fnetcoredbg.git Merge pull request #10 from a-okoshkin/fix_header_inclusion Fix inclusion of some headers --- 1d2693fabffd10014b62a684acb19e28e860b21c diff --cc src/debug/netcoredbg/valueprint.h index 34c43d2,2f2a9b1..a065b19 --- a/src/debug/netcoredbg/valueprint.h +++ b/src/debug/netcoredbg/valueprint.h @@@ -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 + + #include + #include 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);