changeset 24235:176e5f761039

pt-loop.cc: Add missing header pt-jit.h * libinterp/parse-tree/pt-loop.cc: Add missing header pt-jit.h, which is needed for the definition of jit_info.
author Julien Bect <jbect@users.sourceforge.net>
date Wed, 18 Oct 2017 15:18:28 +0200
parents 4e93c39b4b97
children aec57eeb3aca
files libinterp/parse-tree/pt-loop.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-loop.h	Wed Nov 01 08:21:13 2017 +0100
+++ b/libinterp/parse-tree/pt-loop.h	Wed Oct 18 15:18:28 2017 +0200
@@ -30,6 +30,7 @@
 #include "pt-cmd.h"
 #include "pt-walk.h"
 #include "symtab.h"
+#include "pt-jit.h"
 
 class jit_info;