Commit af729bcf authored by Alexander Alekhin's avatar Alexander Alekhin

build(freetype): move 3rdparty include files from precomp.hpp

parent f82698b7
......@@ -47,6 +47,13 @@
#include "precomp.hpp"
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_OUTLINE_H
#include <hb.h>
#include <hb-ft.h>
namespace cv {
namespace freetype {
......
......@@ -57,11 +57,4 @@
#include <iostream>
#include <cstdio>
#include <vector>
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_OUTLINE_H
#include <hb.h>
#include <hb-ft.h>
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment