Skip to content

Commit

Permalink
[pseudo] Fix the broken build of ClangPseudoBenchmark, after c70aeaa.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Jun 9, 2022
1 parent afa192c commit 70d35fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang-tools-extra/pseudo/benchmarks/Benchmark.cpp
Expand Up @@ -24,9 +24,9 @@
#include "clang-pseudo/DirectiveTree.h"
#include "clang-pseudo/Forest.h"
#include "clang-pseudo/GLR.h"
#include "clang-pseudo/Grammar.h"
#include "clang-pseudo/LRTable.h"
#include "clang-pseudo/Token.h"
#include "clang-pseudo/grammar/Grammar.h"
#include "clang-pseudo/grammar/LRTable.h"
#include "clang/Basic/LangOptions.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/CommandLine.h"
Expand Down

0 comments on commit 70d35fe

Please sign in to comment.