]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - profiler/ProfileGenerator.h
JavaScriptCore-584.tar.gz
[apple/javascriptcore.git] / profiler / ProfileGenerator.h
index 54d45658ef3e425b7929141d3a754fd024adaf3e..82149b33d61675d410ddb0ada5d1c142465fd907 100644 (file)
 #ifndef ProfileGenerator_h
 #define ProfileGenerator_h
 
+#include "Profile.h"
 #include <wtf/PassRefPtr.h>
 #include <wtf/RefCounted.h>
 #include <wtf/RefPtr.h>
 
 namespace JSC {
 
-    class CallIdentifier;
     class ExecState;
     class Profile;
     class ProfileNode;
     class UString;
+    struct CallIdentifier;    
 
     class ProfileGenerator : public RefCounted<ProfileGenerator>  {
     public: