[haiku-commits] Re: haiku: hrev52893 - src/apps/launchbox data/launch

  • From: John Scipione <jscipione@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 21 Feb 2019 09:57:15 -0800

On 2/19/19, waddlesplash <waddlesplash@xxxxxxxxx> wrote:

diff --git a/src/apps/launchbox/App.cpp b/src/apps/launchbox/App.cpp
index fcf5447852..e2f6a4c4e6 100644
--- a/src/apps/launchbox/App.cpp
+++ b/src/apps/launchbox/App.cpp
@@ -11,6 +11,8 @@
 #include <Entry.h>
 #include <Message.h>
 #include <String.h>
+#include <Directory.h>
+#include <File.h>

 #include "support.h"

Includes should be added in alphabetical order, not appended to the
end of the list.

Other related posts: