Added missing config.h include

This commit is contained in:
babrodtk 2015-08-21 12:49:18 +02:00
parent 768714eb32
commit 9148b3f23c

View File

@ -17,6 +17,8 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include <opm/autodiff/BlackoilPropsAdInterface.hpp>
Opm::BlackoilPropsAdInterface::~BlackoilPropsAdInterface()