[ubuntu] try to get doctest compiling

This commit is contained in:
nick black 2021-11-14 02:47:22 -05:00
parent da13d8938d
commit e20c7d1839
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -5,6 +5,7 @@
#include <unistd.h>
#include "version.h"
#include "builddef.h"
#include <signal.h>
#include <doctest/doctest.h>
#include <notcurses/notcurses.h>
#include <ncpp/NotCurses.hh>