Skip to content

Commit

Permalink
Add missing include under EXPENSIVE_CHECKS
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Mar 12, 2022
1 parent adfe58b commit 3d219d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/lib/Analysis/LazyCallGraph.cpp
Expand Up @@ -34,6 +34,10 @@
#include <tuple>
#include <utility>

#ifdef EXPENSIVE_CHECKS
#include "llvm/ADT/ScopeExit.h"
#endif

using namespace llvm;

#define DEBUG_TYPE "lcg"
Expand Down

0 comments on commit 3d219d8

Please sign in to comment.