We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18db32 commit fd57916Copy full SHA for fd57916
1 file changed
setup.py
@@ -692,6 +692,7 @@ def try_cpp14(compiler, cflags=[], lflags=[], check_warning=False):
692
#include <iostream>
693
#include <forward_list> // c++11 feature
694
#include <cmath>
695
+ #include <memory>
696
697
int main(void) {
698
// c++11 feature
0 commit comments