From 92adb5e26607bfa8308d8cf96bbd4f40e951ed9b Mon Sep 17 00:00:00 2001 From: Owen Clarke Date: Mon, 16 Jul 2012 23:43:12 +1000 Subject: [PATCH] Bug - Added include util.h in Nibbler.cpp, forgot to add it to make the fix for bug #1030 compile on Solaris. --- src/Nibbler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Nibbler.cpp b/src/Nibbler.cpp index 0a967c46b..3321f566f 100644 --- a/src/Nibbler.cpp +++ b/src/Nibbler.cpp @@ -38,6 +38,7 @@ #include #endif #include +#include static const char* _uuid_pattern = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"; static const unsigned int _uuid_min_length = 9;