fixed: tutorials should include config.h conditionally

This commit is contained in:
Arne Morten Kvarving
2014-06-23 09:53:52 +02:00
parent 076f9b1ae9
commit e137eb3d16
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -18,7 +18,9 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
/// \endcond
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <iostream>
#include <iomanip>