From 1509af922b0490d8d60b125a8f1e38f52f87fc86 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 12 Jun 2013 20:20:07 +0200 Subject: [PATCH] Add missing include to the Bentio project. --- Projects/Benito/Benito.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/Benito/Benito.h b/Projects/Benito/Benito.h index beac29f93c..0dd9ba51ad 100644 --- a/Projects/Benito/Benito.h +++ b/Projects/Benito/Benito.h @@ -39,6 +39,7 @@ /* Includes: */ #include #include + #include #include #include "Descriptors.h"