mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 15:12:02 +01:00
14 lines
255 B
Diff
14 lines
255 B
Diff
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;
|
|
|