Skip to content

Commit 686f085

Browse files
committed
fixing c++ compilation
1 parent f87dffd commit 686f085

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-bindings/overview_article/cppmult.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <stdio.h>
1+
#include <iostream>
2+
#include <iomanip>
23
#include "cppmult.hpp"
34

45

0 commit comments

Comments
 (0)