projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c1dd28c
)
Add missing include
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 26 Jun 2021 20:44:43 +0000 (22:44 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 26 Jun 2021 20:44:43 +0000 (22:44 +0200)
src/apiutil.h
patch
|
blob
|
history
diff --git
a/src/apiutil.h
b/src/apiutil.h
index
d3c5aa8
..
7d7bde0
100644
(file)
--- a/
src/apiutil.h
+++ b/
src/apiutil.h
@@
-19,6
+19,7
@@
#ifndef APIUTIL_H_INCLUDED
#define APIUTIL_H_INCLUDED
+#include <array>
#include <vector>
#include <string>
#include <sstream>