Skip to content

Commit

Permalink
lsp header fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marenz committed Sep 7, 2022
1 parent ef7ac68 commit cd6bc55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libsolidity/lsp/LanguageServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <libsolidity/interface/CompilerStack.h>
#include <libsolidity/interface/FileReader.h>

#include <json/json.hpp>
#include <libsolutil/JSON.h>

#include <functional>
#include <map>
Expand Down
2 changes: 1 addition & 1 deletion libsolidity/lsp/SemanticTokensBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// SPDX-License-Identifier: GPL-3.0
#include <libsolidity/ast/AST.h>
#include <libsolidity/ast/ASTVisitor.h>
#include <json/json.hpp>
#include <libsolutil/JSON.h>

#include <fmt/format.h>

Expand Down

0 comments on commit cd6bc55

Please sign in to comment.