Skip to content
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

Fix msvc14 compile errors #4798

Merged
merged 3 commits into from Jul 28, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions src/_backend_agg.h
Expand Up @@ -8,6 +8,7 @@

#include <cmath>
#include <vector>
#include <algorithm>

#include "agg_alpha_mask_u8.h"
#include "agg_conv_curve.h"
Expand Down
1 change: 1 addition & 0 deletions src/_path.h
Expand Up @@ -7,6 +7,7 @@
#include <math.h>
#include <vector>
#include <cmath>
#include <algorithm>

#include "agg_conv_contour.h"
#include "agg_conv_curve.h"
Expand Down
1 change: 1 addition & 0 deletions src/ft2font.cpp
Expand Up @@ -3,6 +3,7 @@
#define NO_IMPORT_ARRAY

#include <string>
#include <algorithm>

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