We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e19675 commit bd07284Copy full SHA for bd07284
include/serialize.hpp
@@ -1,7 +1,7 @@
1
#pragma once
2
3
#include <vector>
4
-#include "sparrow/sparrow.hpp"
+#include "sparrow.hpp"
5
6
//TODO split serialize/deserialize fcts in two different files or just rename the current one?
7
template <typename T>
src/sparrow-ipc.cpp
@@ -1,4 +1,4 @@
#include "../include/sparrow-ipc.hpp"
#include "../generated/Schema_generated.h"
tests/test.cpp
@@ -6,7 +6,7 @@
8
#include "doctest/doctest.h"
9
10
11
#include "../include/serialize.hpp"
12
0 commit comments