Skip to content
Snippets Groups Projects
Commit ba3d0b7c authored by Bill Wendling's avatar Bill Wendling
Browse files

Add missing #include for asserts.

llvm-svn: 56718
parent 9eb525d4
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
#ifndef LLVM_ATTRIBUTES_H
#define LLVM_ATTRIBUTES_H
#include <cassert>
#include <string>
namespace llvm {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment