From 9e418a490beb10db31fbb353dd1f6fb05ecdbe0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 25 Sep 2006 22:00:53 +0000 Subject: [PATCH] added missing headers git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18938 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/boot_process_done.cpp | 1 + src/bin/installsound.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/bin/boot_process_done.cpp b/src/bin/boot_process_done.cpp index 4419281650..33f1263e91 100644 --- a/src/bin/boot_process_done.cpp +++ b/src/bin/boot_process_done.cpp @@ -11,6 +11,7 @@ #include #include +#include int diff --git a/src/bin/installsound.cpp b/src/bin/installsound.cpp index e052147da8..f8448a8874 100644 --- a/src/bin/installsound.cpp +++ b/src/bin/installsound.cpp @@ -13,6 +13,7 @@ // ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ #include +#include #include #include #include