From 325d0dbce1daac75a9a6eda26df62616142d3fd2 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 18 Dec 2014 14:31:34 -0800 Subject: [PATCH] include QUuid instead of UUID in UUIDHasher --- libraries/networking/src/UUIDHasher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/networking/src/UUIDHasher.h b/libraries/networking/src/UUIDHasher.h index 02f7e3685a..5429e151c7 100644 --- a/libraries/networking/src/UUIDHasher.h +++ b/libraries/networking/src/UUIDHasher.h @@ -12,7 +12,7 @@ #ifndef hifi_UUIDHasher_h #define hifi_UUIDHasher_h -#include "UUID.h" +#include // uses the same hashing performed by Qt // https://qt.gitorious.org/qt/qtbase/source/73ef64fb5fabb60101a3cac6e43f0c5bb2298000:src/corelib/plugin/quuid.cpp