File: fix_boost183.patch

package info (click to toggle)
field3d 1.7.3-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,684 kB
  • sloc: cpp: 25,324; ansic: 2,594; python: 222; sh: 72; makefile: 26
file content (16 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix compilation against boost_1.83
Author: Anton Gladky <gladk@debian.org>
Bug-Debian: https://bugs.debian.org/1056082
Forwarded: not-needed
Last-Update: 2023-12-27

--- field3d-1.7.3.orig/apps/sample_code/sparse_field_io/main.cpp
+++ field3d-1.7.3/apps/sample_code/sparse_field_io/main.cpp
@@ -38,7 +38,6 @@
 #include <vector>
 
 #include <boost/lexical_cast.hpp>
-#include <boost/timer.hpp>
 
 #include <Field3D/SparseField.h>
 #include <Field3D/SparseFile.h>