Skip to content

Commit 8bc6618

Browse files
author
serge-sans-paille
committed
Add missing llvm/support/Regex.h include in polly/lib/Analysis/ScopDetection.cpp
1 parent e5fd3a7 commit 8bc6618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polly/lib/Analysis/ScopDetection.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
#include "llvm/InitializePasses.h"
7979
#include "llvm/Pass.h"
8080
#include "llvm/Support/Debug.h"
81+
#include "llvm/Support/Regex.h"
8182
#include "llvm/Support/raw_ostream.h"
8283
#include <algorithm>
8384
#include <cassert>

0 commit comments

Comments
 (0)