nim_duilib/build/stdafx.h
jiajia_deng 4933d1f2bc Remove dependency on shared
Signed-off-by: jiajia_deng <2894220@gmail.com>
2019-09-20 16:27:58 +08:00

54 lines
1.2 KiB
C++

//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"