diff Core/Uuid.cpp @ 1336:a80e811ec619

fix unneeded complexity
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2015 16:18:46 +0200
parents 4bed63189508
children b1291df2f780
line wrap: on
line diff
--- a/Core/Uuid.cpp	Mon Mar 30 15:40:38 2015 +0200
+++ b/Core/Uuid.cpp	Mon Mar 30 16:18:46 2015 +0200
@@ -40,7 +40,7 @@
 #ifdef WIN32
 #include <rpc.h>
 #else
-#include <uuid.h>
+#include <uuid/uuid.h>
 #endif
 }