8000 Fix msvc14 compile errors by cgohlke · Pull Request #4798 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Fix msvc14 compile errors #4798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 28, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix msvc14 compile errors
  • Loading branch information
cgohlke committed Jul 27, 2015
commit c1c170209a9def80e31a8fc9559a4349c93ee36d
1 change: 1 addition & 0 deletions src/ft2font.cpp
5A07
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#define NO_IMPORT_ARRAY

#include <string>
#include <algorithm>

#include "ft2font.h"
#include "mplutils.h"
Expand Down
0