# HG changeset patch # User hausers # Date 1328798679 -3600 # Node ID f9776626259b4bbc558855eaeb5b419857ee70da # Parent 601709e9f2a416e356e2f77e3980cb5042bfc4b9 include statements adapted to the new folder structure diff -r 601709e9f2a4 -r f9776626259b DynArray.h --- a/DynArray.h Tue Feb 07 12:51:29 2012 -0800 +++ b/DynArray.h Thu Feb 09 15:44:39 2012 +0100 @@ -8,7 +8,7 @@ #ifndef _DYNARRAY_H #define _DYNARRAY_H -#include "../VMS_primitive_data_types.h" +#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" //A dynamic array is same as any other array, but add a DynArrayInfo next