diff -r 01a6848ebfd7 -r 36b2e23a8629 windowing/windowserver/inc/advancedpointerevent.h --- a/windowing/windowserver/inc/advancedpointerevent.h Fri Apr 16 16:21:04 2010 +0300 +++ b/windowing/windowserver/inc/advancedpointerevent.h Mon May 03 13:44:32 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1994-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -16,6 +16,17 @@ #ifndef ADVANCEDPOINTEREVENT_H #define ADVANCEDPOINTEREVENT_H +#ifndef __E32STD_H__ +#include +#endif +#ifndef __E32KEYS_H__ +#include +#endif +#ifndef POINTEREVENT_H +#include +#endif + + /** Subclass of TPointerEvent created in order to maintain binary compatibility while extending TPointerEvent with new data: (1) pointer number of the pointer whose state change is described by the event, @@ -140,4 +151,7 @@ { return (iModifiers&EModifierAdvancedPointerEvent ? static_cast(this) : NULL); } + +#include "advancedpointerevent.inl" + #endif /* ADVANCEDPOINTEREVENT_H */