File: system-preprocessing-example.patch

package info (click to toggle)
mpfrc%2B%2B 3.6.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 288 kB
  • ctags: 498
  • sloc: cpp: 2,343; makefile: 12; sh: 7
file content (16 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: system preprocessing directive #include for examples
Origin: debian
Author: Jerome Benoit <calculs@rezozer.net>
Last-Update: 2013-10-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[])
 {