Commit 460f9861 authored by William F Godoy's avatar William F Godoy
Browse files

Moving pybind11 header upwards

To avoid the Python redefinition errors
parent c75a2734
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -11,10 +11,10 @@
#ifndef ADIOS2_BINDINGS_PYTHON_VARIABLE_H_
#define ADIOS2_BINDINGS_PYTHON_VARIABLE_H_

#include "py11Operator.h"

#include <pybind11/numpy.h>

#include "py11Operator.h"

#include "adios2/core/VariableBase.h"

namespace adios2
@@ -22,6 +22,9 @@ namespace adios2
namespace py11
{

class IO;
class Engine;

class Variable
{
    friend class IO;