Skip to content

Commit 032af6f

Browse files
committed
Added extra include statement to workaround the failure in boost when compiling C++20.
1 parent 9bd9f79 commit 032af6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/include/Session.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <iostream>
77
#include <iomanip>
88
#include <type_traits>
9+
#include <utility>
910

1011
#include "boost_wrap.h"
1112

0 commit comments

Comments
 (0)