Skip to content
Snippets Groups Projects
Commit efa3afc9 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

add include to silence warning in VS Code

parent 9b67afc2
No related branches found
No related tags found
1 merge request!344Add conditional load of newest classes/nodes.
Pipeline #7722747 failed
......@@ -17,11 +17,13 @@
#include "GeoModelHelpers/variantHelpers.h"
#include "GeoModelHelpers/throwExcept.h"
#include <map>
namespace GeoModelIO {
template <typename T, class N> std::map<T,N> ReadGeoModel::getPublishedNodes(std::string publisherName, const bool doCheckTable /*optional variables*/, const bool optionalTable /*optional variables*/)
template <typename T, class N> std::map<T,N> ReadGeoModel::getPublishedNodes(std::string publisherName,
const bool doCheckTable /*optional variables*/,
const bool optionalTable /*optional variables*/)
{
std::map<T, N> mapNodes;
std::string keyType = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment