projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
af7bc5b
)
test: fix missing include for std::array
author
Michael Wallner
<mike@php.net>
Tue, 9 Aug 2022 07:24:41 +0000
(09:24 +0200)
committer
Michael Wallner
<mike@php.net>
Tue, 9 Aug 2022 07:24:41 +0000
(09:24 +0200)
test/lib/common.hpp
patch
|
blob
|
history
diff --git
a/test/lib/common.hpp
b/test/lib/common.hpp
index 083efe0d66f060eaa2f4dd2baa2e7de7efc6659a..68e9fa329cbb69abdd03f115d42b463c31dce1ce 100644
(file)
--- a/
test/lib/common.hpp
+++ b/
test/lib/common.hpp
@@
-15,6
+15,7
@@
#pragma once
+#include <array>
#include <chrono>
#include <cstring>
#include <iostream>