View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

uuid.h
Go to the documentation of this file.
1#ifndef UUID_H
2#define UUID_H
3
4#ifdef __clang__
5#pragma clang diagnostic push
6#pragma clang diagnostic ignored "-Wdeprecated-register"
7#endif
8
9#include <boost/uuid/uuid.hpp>
10#include <boost/uuid/uuid_io.hpp>
11#include <boost/uuid/string_generator.hpp>
12
13#ifdef __clang__
14#pragma clang diagnostic pop
15#endif
16
17#endif