From: sgunderson@bigfoot.com <> Date: Thu, 28 May 2009 14:23:44 +0000 (+0200) Subject: Fix missing #include of string.h. X-Git-Url: https://git.sesse.net/?p=pitch;a=commitdiff_plain;h=d1ad6523c5cf3b96558338c82d1cb4ff2f058e35;hp=c19af552a63c48d16afb8181d526e36e06a3e453 Fix missing #include of string.h. --- 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