From accbd7647de118cca7503a1bf0992529a0a76df8 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 29 May 2016 21:01:07 -0400 Subject: Newlines, colons, and semicolons are now valid terminators --- histogram.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'histogram.cpp') diff --git a/histogram.cpp b/histogram.cpp index 6d31cf4..77c5c3e 100644 --- a/histogram.cpp +++ b/histogram.cpp @@ -1,4 +1,5 @@ #include "histogram.h" +#include "kgramstats.h" #include #include @@ -42,3 +43,4 @@ void histogram::print() const } template class histogram ; +template class histogram ; -- cgit 1.4.1