File: system-preprocessing-example.patch

package info (click to toggle)
mpfrc%2B%2B 3.7.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: cpp: 2,606; makefile: 12; sh: 7
file content (17 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: system preprocessing directive #include for examples
Origin: debian
Forwarded: not-needed
Author: Jerome Benoit <calculs@rezozer.net>
Last-Update: 2020-11-10

--- a/example/example.cpp
+++ b/example/example.cpp
@@ -47,7 +47,7 @@
 */
 
 #include <iostream>
-#include "../mpreal.h"
+#include <mpreal.h>
 
 int main(int argc, char* argv[])
 {