We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565423c commit 8230022Copy full SHA for 8230022
libyul/AsmJsonConverter.h
@@ -26,7 +26,7 @@
26
#include <libyul/ASTForward.h>
27
#include <liblangutil/SourceLocation.h>
28
#include <json/json.h>
29
-#include <boost/variant.hpp>
+#include <boost/variant/static_visitor.hpp>
30
#include <optional>
31
#include <vector>
32
test/tools/ossfuzz/protoToAbiV2.h
@@ -10,9 +10,7 @@
10
11
#include <liblangutil/Exceptions.h>
12
13
-#include <boost/variant/static_visitor.hpp>
14
#include <boost/algorithm/string.hpp>
15
16
17
#include <ostream>
18
#include <random>
0 commit comments