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 2ff85a6 commit 2ba3743Copy full SHA for 2ba3743
tidesdb.cpp
@@ -17,7 +17,6 @@
17
* limitations under the License.
18
*/
19
#include "tidesdb.hpp"
20
-#include <tidesdb/tidesdb.h>
21
#include <iostream>
22
#include <utility>
23
tidesdb.hpp
@@ -18,8 +18,7 @@
#pragma once
-#include <tidesdb.h>
-
+#include <tidesdb/tidesdb.h>
#include <chrono>
24
#include <vector>
25
0 commit comments