From d1ad6523c5cf3b96558338c82d1cb4ff2f058e35 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Thu, 28 May 2009 16:23:44 +0200 Subject: [PATCH] Fix missing #include of string.h. --- pitch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pitch.cpp b/pitch.cpp index 3a04fa9..12cf6d8 100644 --- a/pitch.cpp +++ b/pitch.cpp @@ -1,4 +1,5 @@ #include +#include #include #include #include -- 2.39.2