Include nsITimeRecorder.h in the pres shell.

git-svn-id: svn://10.0.0.236/trunk@48344 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com 1999-09-20 08:23:33 +00:00
parent 1218d54ab6
commit 36e368d39a
2 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,9 @@
#include "nsISupportsPrimitives.h"
#include "nsILayoutHistoryState.h"
#include "stopwatch.h"
#ifdef RAPTOR_PERF_METRICS
#include "nsITimeRecorder.h"
#endif
// Drag & Drop, Clipboard
#include "nsWidgetsCID.h"

View File

@ -64,6 +64,9 @@
#include "nsISupportsPrimitives.h"
#include "nsILayoutHistoryState.h"
#include "stopwatch.h"
#ifdef RAPTOR_PERF_METRICS
#include "nsITimeRecorder.h"
#endif
// Drag & Drop, Clipboard
#include "nsWidgetsCID.h"