diff liboctave/Bounds.cc @ 238:780cbbc57b7c

[project @ 1993-11-30 20:23:04 by jwe]
author jwe
date Tue, 30 Nov 1993 20:23:04 +0000
parents 1a48a1b91489
children 00f8b2242a18
line wrap: on
line diff
--- a/liboctave/Bounds.cc	Tue Nov 30 20:23:04 1993 +0000
+++ b/liboctave/Bounds.cc	Tue Nov 30 20:23:04 1993 +0000
@@ -21,11 +21,12 @@
 
 */
 
-#ifdef __GNUG__
-#pragma implementation
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <iostream.h>
+
 #include "Bounds.h"
 #include "lo-error.h"