Move include to extern C

This commit is contained in:
Marijn van der Werf 2016-10-17 21:43:31 +02:00
parent 262655e2e0
commit 4f10555002
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,10 @@
#include <vector>
#include "../../src/common.h"
#include "../../src/paint/paint.h"
extern "C" {
#include "../../src/paint/paint.h"
}
struct SegmentSupportCall
{