forked from OSchip/llvm-project
Add a couple of missing includes
This commit is contained in:
parent
cb09f2b10c
commit
4d9cc7c244
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
/* Helper to suppress strict prototype warnings. */
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#define ORC_RT_STL_EXTRAS_H
|
||||
|
||||
#include <utility>
|
||||
#include <tuple>
|
||||
|
||||
namespace __orc_rt {
|
||||
|
||||
|
|
Loading…
Reference in New Issue