blob: 10e279d3b36299e9f68564615f92e4981f353320 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/test/zdbpp.cpp b/test/zdbpp.cpp
index 40d2eee..3fde62a 100644
--- a/test/zdbpp.cpp
+++ b/test/zdbpp.cpp
@@ -1,6 +1,7 @@
#include <iostream>
#include <string>
#include <map>
+#include <assert.h>
#include "zdbpp.h"
using namespace zdb;
|