Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jul 4, 2024
1 parent 430f231 commit ce397a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/cpp/recipe/quickstart.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#include <cstring>
#include <iostream>

#include <adbc.h>
#include <arrow-adbc/adbc.h>
#include <nanoarrow.h>

/// Then we'll add some (very basic) error checking helpers.
Expand Down
2 changes: 1 addition & 1 deletion glib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pkgconfig_variables = ['girdir=@0@'.format(gir_dir)]

base_include_directories = [
include_directories('.'),
include_directories('..' / '/c' / 'include'),
include_directories('..' / 'c' / 'include'),
]

gi_fatal_warnings = (build_machine.system() != 'windows')
Expand Down

0 comments on commit ce397a9

Please sign in to comment.