diff src/DLD-FUNCTIONS/__glpk__.cc @ 9003:0631d397fbe0

replace lo_ieee_isnan by xisnan, add missing includes
author Jaroslav Hajek <highegg@gmail.com>
date Sat, 21 Mar 2009 20:46:21 +0100
parents eb63fbe60fab
children 40dfc0c99116
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__glpk__.cc	Sat Mar 21 13:04:43 2009 -0400
+++ b/src/DLD-FUNCTIONS/__glpk__.cc	Sat Mar 21 20:46:21 2009 +0100
@@ -28,6 +28,8 @@
 #include <csetjmp>
 #include <ctime>
 
+#include "lo-ieee.h"
+
 #include "defun-dld.h"
 #include "error.h"
 #include "gripes.h"