ir/location_descriptor: Add missing <functional> header for std::hash
This commit is contained in:
parent
a59e9ad9c6
commit
ecebe14a01
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
#include <iosfwd>
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
|
Loading…
Reference in a new issue