aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2019-11-29 08:04:47 -0800
committerVictor Zverovich <victor.zverovich@gmail.com>2019-11-29 09:37:18 -0800
commit2f9acd18380cf80ce212bd2869364d4f36d783fb (patch)
tree95596c19fd59f9762dadd56a8f0b964819768c63 /test
parentaaf829bfb124fcd7953c33f38154027537efb072 (diff)
downloadfmtlib-2f9acd18380cf80ce212bd2869364d4f36d783fb.tar.gz
Remove dependency on <cassert>
Diffstat (limited to 'test')
-rw-r--r--test/format1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/format b/test/format
index d110f3ec..db27614e 100644
--- a/test/format
+++ b/test/format
@@ -8,6 +8,7 @@
#ifndef FMT_FORMAT_
#define FMT_FORMAT_
+#include <cassert>
#include <variant>
#include "fmt/format.h"