changeset 140:d9fa0b60e889

* exceptions.cc: Include config.h before all other header files.
author Mike Miller <mtmiller@octave.org>
date Mon, 04 Apr 2016 17:41:15 -0700
parents b12908ffa6df
children 4e5a620758fc
files exceptions.cc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/exceptions.cc	Mon Apr 04 17:16:58 2016 -0700
+++ b/exceptions.cc	Mon Apr 04 17:41:15 2016 -0700
@@ -20,6 +20,10 @@
 
 */
 
+#if defined (HAVE_CONFIG_H)
+#  include <config.h>
+#endif
+
 #include <boost/python.hpp>
 #include "exceptions.h"