Fix build in opt mode

This commit is contained in:
Justine Tunney 2021-06-11 16:47:48 -07:00
parent a3ccc5af1f
commit 8b08e81a07
4 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,7 @@
#include "libc/assert.h"
#include "libc/str/str.h"
#include "third_party/sqlite3/sqlite3session.inc"
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#ifndef SQLITE_AMALGAMATION
#include "third_party/sqlite3/sqliteInt.inc"