Skip to content

Commit

Permalink
Update mba.hpp
Browse files Browse the repository at this point in the history
#include <array> required to build it with MS Visual Studio 2019
  • Loading branch information
an-ivanov authored and ddemidov committed Sep 23, 2022
1 parent 6cba19b commit 220773c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mba/mba.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ THE SOFTWARE.
#include <iostream>
#include <iomanip>
#include <vector>
#include <array>
#include <map>
#include <list>
#include <memory>
Expand Down

0 comments on commit 220773c

Please sign in to comment.