From: sgunderson@bigfoot.com <> Date: Thu, 28 May 2009 17:20:49 +0000 (+0200) Subject: Fix another missing #include of string.h. X-Git-Url: https://git.sesse.net/?p=pitch;a=commitdiff_plain;h=fa1b9cdf79b7688a8fec21e3a13eb8d8e6505391;ds=sidebyside Fix another missing #include of string.h. --- 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