From 31cfffdff4e497e3c6d9870784f0a3ff310cbf76 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 27 Dec 2005 21:17:25 +0000 Subject: [PATCH] Added missing include. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15684 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/arch/ppc/arch_vm_translation_map.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp b/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp index e51c5600d7..5b00de95e7 100644 --- a/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp +++ b/src/system/kernel/arch/ppc/arch_vm_translation_map.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include