Path: Add libarea to PCH

This commit is contained in:
Abdullah Tahiri
2019-05-03 14:33:32 +02:00
committed by abdullahtahiriyo
parent 45f44a2d9f
commit 635ce5cd81
2 changed files with 8 additions and 1 deletions

View File

@@ -56,6 +56,9 @@
#include <cinttypes>
#include <iomanip>
// Libarea
#include "../libarea/Area.h"
// Python
#include <Python.h>