Commit 16921d8b authored by Xavier Thompson's avatar Xavier Thompson

Fix random.hpp header guards

parent 767025c1
#ifndef TYPOn_RANDOM_HPP_INCLUDED #ifndef TYPON_RANDOM_HPP_INCLUDED
#define TYPOn_RANDOM_HPP_INCLUDED #define TYPON_RANDOM_HPP_INCLUDED
#include <random> #include <random>
...@@ -29,4 +29,4 @@ namespace typon ...@@ -29,4 +29,4 @@ namespace typon
} }
#endif // TYPOn_RANDOM_HPP_INCLUDED #endif // TYPON_RANDOM_HPP_INCLUDED
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment