diff -r d39add9822e2 -r 5bfc169077b2 webengine/widgetregistry/Server/inc/UidAllocator.h --- a/webengine/widgetregistry/Server/inc/UidAllocator.h Tue Feb 02 00:56:45 2010 +0200 +++ b/webengine/widgetregistry/Server/inc/UidAllocator.h Fri Mar 19 09:52:28 2010 +0200 @@ -15,11 +15,12 @@ * */ + #ifndef UIDALLOCATOR_H #define UIDALLOCATOR_H // INCLUDE FILES -#include +#include "WidgetRegistryConstants.h" /** * This class allows clients to allocate a UID from a given range. @@ -36,3 +37,4 @@ static TBool IsWidget( TUid aUid ); }; #endif +