diff --git a/src/pyhpp_plot/graph_viewer.cc b/src/pyhpp_plot/graph_viewer.cc index 5eece43..8127591 100644 --- a/src/pyhpp_plot/graph_viewer.cc +++ b/src/pyhpp_plot/graph_viewer.cc @@ -29,9 +29,16 @@ // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED // OF THE POSSIBILITY OF SUCH DAMAGE. -// Include Qt and HPP headers first (these define Qt's 'slots' macro) +// clang-format off +// Boost.Python must be included before Qt headers to avoid keyword conflicts +// Prevent pre commit from reorganizing includes alphabetically +#include +#include + #include #include +// clang-format on + #include #include