diff src/TEMPLATE-INST/Array-jit.cc @ 14992:fd8d1a616be1

Compile JIT on msvc * src/TEMPLATE-INST/Array-jit.cc: Mark Array<octave_idx_type> as dll import. * src/pt-jit.cc: Include symtab.h. * src/pt-jit.h: Avoid including Array<octave_value> in Cell.h.
author Michael Goffioul
date Tue, 17 Jul 2012 09:48:53 -0500
parents a5f75de0dab1
children 094bc0a145a1
line wrap: on
line diff
--- a/src/TEMPLATE-INST/Array-jit.cc
+++ b/src/TEMPLATE-INST/Array-jit.cc
@@ -29,6 +29,8 @@
 #include "Array.h"
 #include "Array.cc"
 
+extern template class OCTAVE_API Array<octave_idx_type>;
+
 #include "pt-jit.h"
 
 NO_INSTANTIATE_ARRAY_SORT (jit_operation::overload);