Skip to content
Snippets Groups Projects
Commit f00a4fe2 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[Common] Add missing #include <sstream>

parent 8f38dbed
No related branches found
No related tags found
1 merge request!111EMPER shutdown
......@@ -3,6 +3,7 @@
#pragma once
#include <functional>
#include <sstream> // IWYU pragma: keep
using func_t = std::function<void()>;
......
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