1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Add missing include

llvm-svn: 19315
This commit is contained in:
Jeff Cohen 2005-01-07 05:42:13 +00:00
parent 8d5d10078b
commit 79dc6715bb

View File

@ -21,6 +21,7 @@
#include "llvm/Pass.h"
#include "llvm/Type.h"
#include "llvm/Support/Debug.h"
#include "llvm/Transforms/Instrumentation.h"
#include "../ProfilingUtils.h"
namespace llvm {