Skip to content

Commit b962a36

Browse files
committed
Add missing #include
1 parent 3915bae commit b962a36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CodeGen_C.h

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include "Scope.h"
1111
#include "Target.h"
1212

13+
#include <unordered_map>
14+
1315
namespace Halide {
1416

1517
struct Argument;

0 commit comments

Comments
 (0)