1
0
mirror of https://github.com/google/leveldb.git synced 2025-02-18 08:10:09 +08:00

include <assert> -> <cassert>

Fixes reported public issue .
This commit is contained in:
Chris Mumford 2015-08-11 15:27:47 -07:00
parent 65190ac48b
commit b9afa1f2e7

View File

@ -22,7 +22,7 @@ directory. The following example shows how to open a database,
creating it if necessary:
<p>
<pre>
#include &lt;assert&gt;
#include &lt;cassert&gt;
#include "leveldb/db.h"
leveldb::DB* db;