spellcheck_pch.h 529 B

1234567891011121314151617181920212223
  1. // This file is part of Desktop App Toolkit,
  2. // a set of libraries for developing nice desktop applications.
  3. //
  4. // For license and copyright information please follow this link:
  5. // https://github.com/desktop-app/legal/blob/master/LEGAL
  6. //
  7. #include <QtCore/QString>
  8. #include <range/v3/all.hpp>
  9. #include <vector>
  10. #include <unordered_map>
  11. #include <crl/crl_async.h>
  12. #include <crl/crl_on_main.h>
  13. #include <crl/crl_time.h>
  14. #include <rpl/variable.h>
  15. #include <rpl/map.h>
  16. #include "base/algorithm.h"
  17. #include "base/basic_types.h"