Merge pull request #419 from andreasb242/master

Mac Build
presentation
andreasb242 7 years ago committed by GitHub
commit a5b945f6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/control/XournalMain.cpp
  2. 4
      src/xoj-preview-extractor/xournal-thumbnailer.cpp

@ -19,7 +19,11 @@
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
#include <boost/locale.hpp>
#ifdef __APPLE__
#undef ENABLE_NLS
#endif
namespace bf = boost::filesystem;
#include <string>

@ -19,7 +19,11 @@
#include <XojPreviewExtractor.h>
namespace bl = boost::locale;
#ifdef __APPLE__
#undef ENABLE_NLS
#endif
#include <iostream>
#include <fstream>
using std::cerr;

Loading…
Cancel
Save