Add a couple of missing includes

This commit is contained in:
David Blaikie 2021-06-08 17:53:14 -07:00
parent cb09f2b10c
commit 4d9cc7c244
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/* Helper to suppress strict prototype warnings. */

View File

@ -14,6 +14,7 @@
#define ORC_RT_STL_EXTRAS_H
#include <utility>
#include <tuple>
namespace __orc_rt {