Skip to content

Commit

Permalink
Fix errors on MSVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi committed Oct 19, 2020
1 parent 1c1ddac commit a2012fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uarray/_uarray_dispatch.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <algorithm>
#include <cstddef>
#include <new>
#include <stdexcept>
#include <string>
#include <unordered_map>
#include <utility>
Expand Down

0 comments on commit a2012fc

Please sign in to comment.