- formatting and commenting fixes

This commit is contained in:
2020-04-01 11:21:45 +03:00
parent e700d334e0
commit 8bea9f4455
2 changed files with 6 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
#include <string>
#if (defined(TARGET_LINUX) || defined(TARGET_OSX)) && !defined(USE_NULL_UUID)
// Please do not forget "sudo apt install uuid-dev" on Ubuntu
# include <uuid/uuid.h>
#endif
#if defined(TARGET_WIN)