Skip to content
Snippets Groups Projects
Commit 14deb3d3 authored by Yang Wang's avatar Yang Wang Committed by Andreas Traczyk
Browse files

commondata.cpp: add support for vs2019(v142)

- #include <stdexcept> is added to this file to avoid complie error
  with "std::runtime_error" function for visual studio 2019 build

Change-Id: Ib4eb409c396f32e30f708ddbf338463fcb41d2fc
parent 46db1e9b
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@
#include "CommonData.h"
#include <stdexcept>
using namespace std;
using namespace dev;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment