Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation of this...
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 6 Oct 2007 13:07:11 +0000 (13:07 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sat, 6 Oct 2007 13:07:11 +0000 (13:07 +0000)
Inspired by Laurence Tratt's patch

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42695 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Pass.h

index e38ee8fda30784c3ed35d6139b60523f6e25d7ed..068794d05c0ed4af51bd255816fb43a272cb58a5 100644 (file)
@@ -29,6 +29,7 @@
 #ifndef LLVM_PASS_H
 #define LLVM_PASS_H
 
+#include "llvm/Support/DataTypes.h"
 #include "llvm/Support/Streams.h"
 #include <vector>
 #include <deque>