diff --git a/DevTools/HackStudio/HackStudioWidget.h b/DevTools/HackStudio/HackStudioWidget.h index 51c37fb56cd..f182da14662 100644 --- a/DevTools/HackStudio/HackStudioWidget.h +++ b/DevTools/HackStudio/HackStudioWidget.h @@ -38,10 +38,10 @@ #include "Locator.h" #include "Project.h" #include "TerminalWrapper.h" +#include #include #include #include -#include namespace HackStudio { diff --git a/DevTools/HackStudio/ProjectFile.h b/DevTools/HackStudio/ProjectFile.h index ce47544410f..65510ac21fa 100644 --- a/DevTools/HackStudio/ProjectFile.h +++ b/DevTools/HackStudio/ProjectFile.h @@ -55,8 +55,8 @@ private: String m_name; mutable RefPtr m_document; - int m_vertical_scroll_value{ 0 }; - int m_horizontal_scroll_value{ 0 }; + int m_vertical_scroll_value { 0 }; + int m_horizontal_scroll_value { 0 }; }; }