Skip to content

Two minor fixes #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
common: Don't include common.hpp from within common.hpp
  • Loading branch information
jgriffiths committed Oct 14, 2020
commit ec5b468469c300da020fafa278218482e3ed8bd4
3 changes: 1 addition & 2 deletions include/jsonrpccxx/common.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#pragma once
#include "common.hpp"
#include "nlohmann/json.hpp"
#include <exception>
#include <string>
Expand Down Expand Up @@ -46,4 +45,4 @@ namespace jsonrpccxx {
json data;
std::string err;
};
} // namespace jsonrpccxx
} // namespace jsonrpccxx