From cae62fbf0c7dea9c236f86c2b91ce437a6a05bd7 Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Wed, 21 Mar 2018 18:12:34 +0100
Subject: [PATCH] Fixed missing include.

---
 modules/mol/alg/pymod/wrap_mol_alg.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/mol/alg/pymod/wrap_mol_alg.cc b/modules/mol/alg/pymod/wrap_mol_alg.cc
index 51a828404..ac7471758 100644
--- a/modules/mol/alg/pymod/wrap_mol_alg.cc
+++ b/modules/mol/alg/pymod/wrap_mol_alg.cc
@@ -18,6 +18,7 @@
 //------------------------------------------------------------------------------
 
 #include <boost/python.hpp>
+#include <boost/python/raw_function.hpp>
 #include <boost/python/suite/indexing/map_indexing_suite.hpp>
 #include <ost/config.hh>
 #include <ost/mol/alg/local_dist_diff_test.hh>
-- 
GitLab