Skip to content

Commit 5198966

Browse files
committed
issue #9312: Build: cache.h:53:14: error: 'exchange' is not a member of 'std'
1 parent 29d49bd commit 5198966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cache.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <list>
2020
#include <unordered_map>
2121
#include <mutex>
22+
#include <utility>
2223
#include <ctype.h>
2324

2425
/*! Fixed size cache for value type V using keys of type K.

0 commit comments

Comments
 (0)