From a9e047d8018a5ed2b3da4f6cac58f9f9e2389179 Mon Sep 17 00:00:00 2001
From: Jorrit Fahlke <joe@dune-project.org>
Date: Wed, 23 Feb 2011 19:02:28 +0000
Subject: [PATCH] [configparser.cc] Include config.h

[[Imported from SVN: r6355]]
---
 dune/common/configparser.cc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dune/common/configparser.cc b/dune/common/configparser.cc
index b1d2d2cc2..7f621af71 100644
--- a/dune/common/configparser.cc
+++ b/dune/common/configparser.cc
@@ -1,5 +1,10 @@
 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 // vi: set et ts=4 sw=2 sts=2:
+
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "configparser.hh"
 
 #include <cstdlib>
-- 
GitLab