1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Make this compile on Solaris.

llvm-svn: 19047
This commit is contained in:
Brian Gaeke 2004-12-19 21:08:07 +00:00
parent 247ee9ee4a
commit da4ddcfb2b

View File

@ -21,6 +21,7 @@
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/StringExtras.h"
#include <iostream>
#include <alloca.h>
using namespace llvm;