include QUuid instead of UUID in UUIDHasher

This commit is contained in:
Stephen Birarda 2014-12-18 14:31:34 -08:00
parent e13e9febdc
commit 325d0dbce1

View file

@ -12,7 +12,7 @@
#ifndef hifi_UUIDHasher_h
#define hifi_UUIDHasher_h
#include "UUID.h"
#include <QUuid>
// uses the same hashing performed by Qt
// https://qt.gitorious.org/qt/qtbase/source/73ef64fb5fabb60101a3cac6e43f0c5bb2298000:src/corelib/plugin/quuid.cpp