Fixed header inclusions in `vscodeprotocol.h`
authorAndrey Okoshkin <a.okoshkin@samsung.com>
Thu, 8 Feb 2018 13:00:27 +0000 (16:00 +0300)
committerAndrey Okoshkin <a.okoshkin@samsung.com>
Thu, 8 Feb 2018 13:18:41 +0000 (16:18 +0300)
src/debug/netcoredbg/vscodeprotocol.cpp
src/debug/netcoredbg/vscodeprotocol.h

index 34c943d3089b835305e86e732b667f3b26f98856..b4969e2352b061cd946c046f018b54c43b81bf3f 100644 (file)
@@ -2,13 +2,12 @@
 // Distributed under the MIT License.
 // See the LICENSE file in the project root for more information.
 
-#include "common.h"
+#include "vscodeprotocol.h"
 
 #include <iostream>
 #include <unordered_map>
-#include <fstream>
 
-#include "vscodeprotocol.h"
+#include "torelease.h"
 #include "cputil.h"
 
 // for convenience
index 144f40c6e96b5b86458b0862c5b3c217fac46e4d..2f2e7de25bb8fc527bf3cb3922fb54cc990049a1 100644 (file)
@@ -1,9 +1,11 @@
 // Copyright (c) 2018 Samsung Electronics Co., LTD
 // Distributed under the MIT License.
 // See the LICENSE file in the project root for more information.
+#pragma once
 
-#include <mutex>
 #include <fstream>
+#include <mutex>
+#include <string>
 
 #include "json.hpp"
 #include "debugger.h"