# HG changeset patch # User Max Brister # Date 1356759305 25200 # Node ID 20f4a2399be02d52d2f0e6846eb21a1e8d26adc1 # Parent b316429bfa8920c3298d2e4bf22835ca3224f36d Array-jit.cc: Be more conservative on header inclusion diff -r b316429bfa89 -r 20f4a2399be0 libinterp/template-inst/Array-jit.cc --- a/libinterp/template-inst/Array-jit.cc Fri Dec 28 12:21:11 2012 -0800 +++ b/libinterp/template-inst/Array-jit.cc Fri Dec 28 22:35:05 2012 -0700 @@ -31,7 +31,7 @@ extern template class OCTAVE_API Array; -#include "pt-jit.h" +#include "jit-ir.h" NO_INSTANTIATE_ARRAY_SORT (jit_function);