diff options
author | Jan Holesovsky <kendy@collabora.com> | 2019-02-14 08:37:20 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2019-02-14 08:44:46 +0100 |
commit | ce95c52234f0bb86aaefb63c210efcf7e5a64206 (patch) | |
tree | 7190100802fe089833f0b2804b566e04259822b8 /test/UnitTyping.cpp | |
parent | 4bc56d3fd4bb9fb01fb974884c4a00fbe1833288 (diff) |
Fix build.
Change-Id: I434a22f14482bf901d08b7c833eaff01e7c9c4f5
Diffstat (limited to 'test/UnitTyping.cpp')
-rw-r--r-- | test/UnitTyping.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/UnitTyping.cpp b/test/UnitTyping.cpp index b66fdb15b..cb884d95f 100644 --- a/test/UnitTyping.cpp +++ b/test/UnitTyping.cpp @@ -11,6 +11,8 @@ #include <config.h> +#include <random> + #include <Exceptions.hpp> #include <Log.hpp> #include <Unit.hpp> |