File: include_stdlib.patch

package info (click to toggle)
netgen 6.2.2404%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,872 kB
  • sloc: cpp: 163,119; tcl: 6,316; python: 2,612; sh: 511; makefile: 74
file content (14 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: netgen/ng/encoding.hpp
===================================================================
--- netgen.orig/ng/encoding.hpp	2024-09-15 17:19:55.272644623 +0200
+++ netgen/ng/encoding.hpp	2024-09-15 17:20:52.237187013 +0200
@@ -3,6 +3,9 @@
 
 #ifdef FFMPEG
 
+#include <mystdlib.h>
+using namespace std;
+
 extern "C" {
 #include <libavutil/avassert.h>
 #include <libavcodec/avcodec.h>