move around includes to satisfy the magical msvc

This commit is contained in:
Lion Kortlepel
2022-10-30 22:11:42 +01:00
parent 4791af4453
commit 7abfae425d

View File

@@ -1,7 +1,8 @@
#include "Uuid.h"
#include <boost/uuid/random_generator.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/random_generator.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <fmt/format.h>