Skip to content

Commit 2ff85a6

Browse files
committed
correct inclusion path of tidesdb db
1 parent f851ccd commit 2ff85a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tidesdb.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
* limitations under the License.
1818
*/
1919
#include "tidesdb.hpp"
20-
21-
#include <tidesdb.h>
22-
20+
#include <tidesdb/tidesdb.h>
2321
#include <iostream>
2422
#include <utility>
2523

0 commit comments

Comments
 (0)