aboutsummaryrefslogtreecommitdiffstats
path: root/common/pybindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/pybindings.h')
-rw-r--r--common/pybindings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pybindings.h b/common/pybindings.h
index e143ddf4..d7429ed0 100644
--- a/common/pybindings.h
+++ b/common/pybindings.h
@@ -22,10 +22,10 @@
#define COMMON_PYBINDINGS_H
#include <Python.h>
+#include <iostream>
#include <pybind11/pybind11.h>
#include <stdexcept>
#include <utility>
-#include <iostream>
#include "pycontainers.h"
#include "pywrappers.h"