From b9afa1f2e79e928e08f11e907e8688b6d89cfd2f Mon Sep 17 00:00:00 2001 From: Chris Mumford Date: Tue, 11 Aug 2015 15:27:47 -0700 Subject: [PATCH] include -> Fixes reported public issue #280. --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 3ed0ed9..2155192 100644 --- a/doc/index.html +++ b/doc/index.html @@ -22,7 +22,7 @@ directory. The following example shows how to open a database, creating it if necessary:

-  #include <assert>
+  #include <cassert>
   #include "leveldb/db.h"
 
   leveldb::DB* db;