diff liboctave/Array.h @ 354:1a75146ef3bb

[project @ 1994-02-11 00:39:55 by jwe]
author jwe
date Fri, 11 Feb 1994 00:42:30 +0000
parents ff237c5f5002
children 1752b1ef8bac
line wrap: on
line diff
--- a/liboctave/Array.h
+++ b/liboctave/Array.h
@@ -24,12 +24,12 @@
 #if !defined (_Array_h)
 #define _Array_h 1
 
+#include "lo-error.h"
+
 #if defined (__GNUG__) && defined (USE_EXTERNAL_TEMPLATES)
 #pragma interface
 #endif
 
-#include "lo-error.h"
-
 // Classes we declare.
 
 template <class T> class ArrayRep;