Commit 4d708028 by Nicolas Capens Committed by Nicolas Capens

Add missing header includes.

BUG=swiftshader:7 Change-Id: If4e1f8269343161f907a62f1fccf6a547f80fc1d Reviewed-on: https://chromium-review.googlesource.com/382371Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarJim Stichnoth <stichnot@chromium.org>
parent ef9d0047
......@@ -25,6 +25,7 @@
#include "IceStringPool.h"
#include "IceTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include <limits>
......
......@@ -19,6 +19,8 @@
#include "IceDefs.h" // Ostream
#include "llvm/Support/ErrorHandling.h"
#include <cstdint> // uintptr_t
#include <string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment