summaryrefslogtreecommitdiff
path: root/modules/codec-netcdf/c++/netcdf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec-netcdf/c++/netcdf.hpp')
-rw-r--r--modules/codec-netcdf/c++/netcdf.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/codec-netcdf/c++/netcdf.hpp b/modules/codec-netcdf/c++/netcdf.hpp
index 66d6391..f93eceb 100644
--- a/modules/codec-netcdf/c++/netcdf.hpp
+++ b/modules/codec-netcdf/c++/netcdf.hpp
@@ -1,8 +1,8 @@
#pragma once
-#include <forstio/string_literal.h>
-#include <forstio/error.h>
-#include <forstio/codec/data.h>
+#include <forstio/string_literal.hpp>
+#include <forstio/error.hpp>
+#include <forstio/codec/data.hpp>
#include <netcdf.h>
#include <netcdf_mem.h>
@@ -49,7 +49,7 @@ class codec<Schema, encode::Netcdf>{
};
}
-#include "netcdf.tmpl.hpp
+#include "netcdf.tmpl.hpp"
namespace saw {
template<typename... Vals, string_literal... Keys>