Skip to content

Commit

Permalink
util/hash: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJJ committed May 17, 2020
1 parent 943b582 commit 454a085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libopenage/util/hash.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright 2015-2019 the openage authors. See copying.md for legal info.
// Copyright 2015-2020 the openage authors. See copying.md for legal info.

#pragma once

#include <cstdint>
#include <cstdlib>
#include <array>
#include <typeindex>
Expand Down

0 comments on commit 454a085

Please sign in to comment.