# HG changeset patch # User Max Brister # Date 1356759305 25200 # Node ID 20f4a2399be02d52d2f0e6846eb21a1e8d26adc1 # Parent b316429bfa8920c3298d2e4bf22835ca3224f36d Array-jit.cc: Be more conservative on header inclusion diff --git a/libinterp/template-inst/Array-jit.cc b/libinterp/template-inst/Array-jit.cc --- a/libinterp/template-inst/Array-jit.cc +++ b/libinterp/template-inst/Array-jit.cc @@ -31,7 +31,7 @@ extern template class OCTAVE_API Array; -#include "pt-jit.h" +#include "jit-ir.h" NO_INSTANTIATE_ARRAY_SORT (jit_function);