Skip to content

Commit

Permalink
fix include path for cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Stadtherr authored and zbjornson committed Jun 1, 2020
1 parent 565693a commit 97b169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CanvasRenderingContext2d.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <algorithm>
#include "backend/ImageBackend.h"
#include <cairo/cairo-pdf.h>
#include <cairo-pdf.h>
#include "Canvas.h"
#include "CanvasGradient.h"
#include "CanvasPattern.h"
Expand Down

0 comments on commit 97b169e

Please sign in to comment.