Fixed compilation of ldc1

This commit is contained in:
Alexey Prokhin 2012-04-22 12:26:25 +04:00
parent f4d8021e5a
commit 8c5cf40bb5
2 changed files with 4 additions and 1 deletions

View file

@ -13,6 +13,7 @@
#include "llvm/Transforms/IPO.h"
#include "mars.h" // error()
#include "root.h"
#include <cstring> // strcmp();
using namespace llvm;