Skip to content

Commit

Permalink
brushlib: Add missing tilemap.c include in libmypaint.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Jul 6, 2013
1 parent 27df366 commit f9e26ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmypaint.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "operationqueue.c"
#include "rng-double.c"
#include "utils.c"
#include "tilemap.c"

#include "mypaint.c"
#include "mypaint-brush.c"
Expand Down

0 comments on commit f9e26ec

Please sign in to comment.