diff options
Diffstat (limited to 'src/groupdef.cpp')
-rw-r--r-- | src/groupdef.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/groupdef.cpp b/src/groupdef.cpp index 8452aa2..60f5104 100644 --- a/src/groupdef.cpp +++ b/src/groupdef.cpp @@ -2,7 +2,7 @@ * * * - * Copyright (C) 1997-2011 by Dimitri van Heesch. + * Copyright (C) 1997-2012 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -36,6 +36,8 @@ #include "dot.h" #include "vhdldocgen.h" #include "layout.h" +#include "arguments.h" +#include "entry.h" //--------------------------------------------------------------------------- |