Skip to content

Commit 46c18d5

Browse files
committed
Make sure that <array> is included
1 parent 3a54e10 commit 46c18d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <functional>
22
#include <iostream>
33
#include <random>
4+
#include <array>
45

56
#include <docopt/docopt.h>
67
#include <ftxui/component/captured_mouse.hpp>// for ftxui

0 commit comments

Comments
 (0)