Skip to content
Snippets Groups Projects
Commit a6a51462 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Add missing utility include to RichMessaging.h

parent 4be33198
No related branches found
No related tags found
1 merge request!3061Update RICH decoding for realistic cable maps from the pit
......@@ -12,6 +12,8 @@
#pragma once
#include <utility>
namespace {
template <typename OS, typename Arg>
inline void rich_message( OS& os, Arg&& arg ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment