From fa1b9cdf79b7688a8fec21e3a13eb8d8e6505391 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Thu, 28 May 2009 19:20:49 +0200 Subject: [PATCH] Fix another missing #include of string.h. --- pitchdetector.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pitchdetector.cpp b/pitchdetector.cpp index 3bf907a..a73fb86 100644 --- a/pitchdetector.cpp +++ b/pitchdetector.cpp @@ -1,4 +1,5 @@ #include +#include #include #include #include -- 2.39.2