ir/location_descriptor: Add missing <functional> header for std::hash

This commit is contained in:
MerryMage 2018-01-14 13:50:29 +00:00
parent a59e9ad9c6
commit ecebe14a01

View file

@ -6,6 +6,7 @@
#pragma once
#include <functional>
#include <iosfwd>
#include "common/common_types.h"