Skip to content

Commit

Permalink
add iostream include to fix missing std:cerr error
Browse files Browse the repository at this point in the history
  • Loading branch information
mandulaj committed Oct 7, 2022
1 parent 8e57704 commit 7ea5900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/python/bindings/metavision_hal_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#endif

#include <pybind11/pybind11.h>

#include <iostream>
#include "metavision/utils/pybind/deprecation_warning_exception.h"
#include "hal_python_binder.h"
#include "metavision/hal/device/device.h"
Expand Down

0 comments on commit 7ea5900

Please sign in to comment.