From 0c56be3362196f8a3748cdff3135f0f0fc6cac02 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Thu, 19 Apr 2012 15:52:27 -0700 Subject: [PATCH] Fix include name --- SpiralSynthModular.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpiralSynthModular.C b/SpiralSynthModular.C index 4c63ddd..290033c 100644 --- a/SpiralSynthModular.C +++ b/SpiralSynthModular.C @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include "SpiralSynthModular.h"