From e16edd71b52fc8a924f555507a10c7551bc49c77 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 27 Oct 2013 22:16:49 +0100 Subject: [PATCH] Add missing includes to . --- sortix/include/sortix/kernel/crc32.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sortix/include/sortix/kernel/crc32.h b/sortix/include/sortix/kernel/crc32.h index aa063773..f4a6f0a5 100644 --- a/sortix/include/sortix/kernel/crc32.h +++ b/sortix/include/sortix/kernel/crc32.h @@ -28,6 +28,9 @@ #ifndef SORTIX_CRC32_H #define SORTIX_CRC32_H +#include +#include + namespace Sortix { namespace CRC32 {