summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h')
-rw-r--r--lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
index 51f8abb91d0..49c34ff84b1 100644
--- a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
+++ b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
@@ -12,6 +12,8 @@
// C Includes
// C++ Includes
+#include <string>
+
// Other libraries and framework includes
// Project includes
#include "PlatformDarwin.h"
@@ -19,6 +21,9 @@
class PlatformiOSSimulator : public PlatformDarwin
{
public:
+ PlatformiOSSimulator ();
+
+ ~PlatformiOSSimulator() override;
//------------------------------------------------------------
// Class Functions
@@ -39,14 +44,6 @@ public:
GetDescriptionStatic();
//------------------------------------------------------------
- // Class Methods
- //------------------------------------------------------------
- PlatformiOSSimulator ();
-
- virtual
- ~PlatformiOSSimulator();
-
- //------------------------------------------------------------
// lldb_private::PluginInterface functions
//------------------------------------------------------------
lldb_private::ConstString
@@ -115,7 +112,6 @@ protected:
private:
DISALLOW_COPY_AND_ASSIGN (PlatformiOSSimulator);
-
};
-#endif // liblldb_PlatformiOSSimulator_h_
+#endif // liblldb_PlatformiOSSimulator_h_
OpenPOWER on IntegriCloud