Skip to content
Snippets Groups Projects
Commit 74b5d49f authored by Markus Blatt's avatar Markus Blatt
Browse files

Added missing include.

Together with the last patches this fixes flyspray issue #846

[[Imported from SVN: r1408]]
parent b273a8ee
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
#include <iostream>
#include "istlexception.hh"
#include <dune/common/ftraits.hh>
#include <boost/fusion/sequence.hpp>
#include <boost/fusion/container.hpp>
......
......@@ -2,7 +2,7 @@
dist_noinst_DATA = example.cc
check_PROGRAMS = example
noinst_PROGRAMS = example
example_SOURCES = example.cc
example_CPPFLAGS = $(AM_CPPFLAGS) $(BOOST_CPPFLAGS) $(DUNE_CPPFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment