summaryrefslogtreecommitdiff
path: root/math/lcalc/files/patch-include_Lglobals.h
blob: eaf2d25e7824b5f56f4defc0580209b78c17ff8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- include/Lglobals.h.orig	2012-08-08 21:21:55 UTC
+++ include/Lglobals.h
@@ -18,15 +18,17 @@
    with the package; see the file 'COPYING'. If not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+   Patches borrowed from SageMath.
+
 */
 
 
 #ifndef Lglobals_H
 #define Lglobals_H
 
+#include <valarray>
 using namespace std;
 
-#include <valarray>
 #ifdef USE_MPFR
     #include "Lgmpfrxx.h"
     typedef mpfr_class Double;