Merge pull request #906 from alalek:fix_build_freetype

pull/908/head
Alexander Alekhin 8 years ago
commit fd054ea094
  1. 7
      modules/freetype/src/freetype.cpp
  2. 7
      modules/freetype/src/precomp.hpp

@ -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

Loading…
Cancel
Save