From 7f531db4c27549c3af855c8bba8dc2f99b9a2226 Mon Sep 17 00:00:00 2001 From: angelo Date: Fri, 9 Aug 1996 12:59:36 +0000 Subject: [PATCH] Aggiunta l'inclusione di tabutil.h. git-svn-id: svn://10.65.10.50/trunk@3363 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/tclifor.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ve/tclifor.cpp b/ve/tclifor.cpp index 4f1464ef0..f745125e2 100755 --- a/ve/tclifor.cpp +++ b/ve/tclifor.cpp @@ -14,6 +14,10 @@ #include "ve1000o.h" #endif +#ifndef __TABUTIL_H +#include +#endif + const TString& TData_picker::get( const TString& table, const TString& codtab, const TString& field ) { TTable tab(table);