Skip to content

Commit

Permalink
Change sqlite3.h import in utils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Dec 17, 2024
1 parent 3b34972 commit b80a600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

#include "DumbHostObject.h"
#include "SmartHostObject.h"
#include "sqlite3.h"
#include "types.h"
#include <any>
#include <jsi/jsi.h>
#include <jsi/jsilib.h>
#include <map>
#include <sqlite3.h>
#include <string>
#include <vector>

Expand Down

0 comments on commit b80a600

Please sign in to comment.