File: gcc5.diff

package info (click to toggle)
glob2 0.9.4.4-8
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 34,852 kB
  • sloc: cpp: 89,685; python: 868; ansic: 259; sh: 49; makefile: 19
file content (15 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Matthias Klose <doko@debian.org>
Description: Fix build failure with GCC 5

Index: b/src/VoiceRecorder.cpp
===================================================================
--- a/src/VoiceRecorder.cpp
+++ b/src/VoiceRecorder.cpp
@@ -22,6 +22,7 @@
 #include "VoiceRecorder.h"
 #include <assert.h>
 #include <stdio.h>
+#include <iostream>
 #include "Order.h"
 #include "Utilities.h"