1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

[Support] Fix Format.h to build on Windows

llvm-svn: 218467
This commit is contained in:
Nick Kledzik 2014-09-25 21:00:38 +00:00
parent 2ac9102fff
commit e78cdda62d

View File

@ -24,6 +24,7 @@
#define LLVM_SUPPORT_FORMAT_H
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/DataTypes.h"
#include <cassert>
#include <cstdio>