Skip to content
Snippets Groups Projects
Commit bdab77d1 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

+include for Win

parent 4432139e
No related branches found
No related tags found
1 merge request!1645some throw -> ASSERT; some shorter errmsgs (#411)
Pipeline #100174 passed
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "Device/Data/Datafield.h" #include "Device/Data/Datafield.h"
#include "GUI/Support/Util/CoordName.h" #include "GUI/Support/Util/CoordName.h"
#include <map> #include <map>
#include <stdexcept>
ImportDataInfo::ImportDataInfo(ImportDataInfo&& other) ImportDataInfo::ImportDataInfo(ImportDataInfo&& other)
: m_data(std::move(other.m_data)) : m_data(std::move(other.m_data))
......
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