pkgsrc-ng/audio/chromaprint/patches/patch-src_utils.h
2013-09-26 17:14:40 +02:00

13 lines
282 B
C

$NetBSD: patch-src_utils.h,v 1.1 2013/04/29 21:31:09 joerg Exp $
--- src/utils.h.orig 2013-04-28 13:38:52.000000000 +0000
+++ src/utils.h
@@ -28,6 +28,7 @@
#include <math.h>
#include <stddef.h>
#include <stdint.h>
+#include <algorithm>
#include <limits>
#include <iterator>