From b9b4a5262f74f9872f307cb892a8e9c60020fb8c Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Thu, 19 May 2005 19:13:01 +0000
Subject: [PATCH] Fixed missing include.

[[Imported from SVN: r2078]]
---
 common/lcm.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/lcm.hh b/common/lcm.hh
index 6b279db9b..8dbcd4fa3 100644
--- a/common/lcm.hh
+++ b/common/lcm.hh
@@ -4,6 +4,7 @@
 #define DUNE_LCM_HH
 
 #include <dune/common/helpertemplates.hh>
+#include <dune/common/gcd.hh>
 
 namespace Dune
 {
-- 
GitLab