nim_duilib/build/stdafx.h

54 lines
1.2 KiB
C
Raw Normal View History

2019-04-19 17:19:57 +08:00
//std
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <algorithm>
#include <string>
#include <vector>
#include <list>
#include <map>
#include <queue>
#include <set>
#include <memory>
#include <functional>
#include <regex>
//base
#include "base/util/callback.h"
#include "base/util/string_util.h"
#include "base/util/unicode.h"
#include "base/util/string_number_conversions.h"
#include "base/memory/scoped_std_handle.h"
#include "base/memory/singleton.h"
#include "base/memory/scoped_ptr.h"
#include "base/win32/platform_string_util.h"
#include "base/win32/path_util.h"
#include "base/win32/win_util.h"
#include "base/thread/thread_manager.h"
#include "base/macros.h"
#include "base/base_types.h"
#include "base/file/file_util.h"
#include "base/log/log.h"
#include "base/time/time.h"
#include "base/callback/weak_callback.h"
#include "base/callback/global_listener.h"
#include "base/framework/task.h"
//shared
#include "shared/threads.h"
//biz
#include "biz/biz_api.h"
#include "biz/service/users/users_protocol.h"
#include "biz/service/team/team_protocol.h"
#include "biz/service/photo/photo_protocol.h"
//net
#include "net/export/export.h"
#include "yhttp/json_framework/yixin_http_framework.h"
//duilib
#include "third_party/duilib/UIlib.h"