mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 17:09:01 +08:00
13 lines
330 B
Diff
13 lines
330 B
Diff
diff --git a/util/string_piece_hash.hh b/util/string_piece_hash.hh
|
|
index 6ff6f88..16808cd 100644
|
|
--- a/util/string_piece_hash.hh
|
|
+++ b/util/string_piece_hash.hh
|
|
@@ -1,6 +1,7 @@
|
|
#ifndef UTIL_STRING_PIECE_HASH_H
|
|
#define UTIL_STRING_PIECE_HASH_H
|
|
|
|
+#include <functional>
|
|
#include "util/have.hh"
|
|
#include "util/string_piece.hh"
|
|
|