From 1cc8ada500481f0af0aaf8d924f780fa574ff635 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Tue, 25 Feb 2014 12:35:13 +0000 Subject: [PATCH] Add missing header 'arithmetic.hh' to Makefile.am [[Imported from SVN: r12941]] --- dune/solvers/common/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dune/solvers/common/Makefile.am b/dune/solvers/common/Makefile.am index 01aa346..7abdcc5 100644 --- a/dune/solvers/common/Makefile.am +++ b/dune/solvers/common/Makefile.am @@ -1,7 +1,8 @@ SUBDIRS = commondir = $(includedir)/dune/solvers/common -common_HEADERS = boxconstraint.hh \ +common_HEADERS = arithmetic.hh \ + boxconstraint.hh \ genericvectortools.hh \ canignore.hh \ interval.hh \ -- GitLab