Skip to content

Commit

Permalink
Make sure that <array> is included
Browse files Browse the repository at this point in the history
  • Loading branch information
lefticus committed Mar 16, 2022
1 parent 3a54e10 commit 46c18d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <functional>
#include <iostream>
#include <random>
#include <array>

#include <docopt/docopt.h>
#include <ftxui/component/captured_mouse.hpp>// for ftxui
Expand Down

0 comments on commit 46c18d5

Please sign in to comment.