mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-05 05:17:47 +08:00
15 lines
251 B
C++
15 lines
251 B
C++
/*
|
|
* build_in.h
|
|
*
|
|
* Created on: 2016年3月28日
|
|
* Author: fasiondog
|
|
*/
|
|
|
|
#pragma once
|
|
#ifndef TRADE_SYS_PORTFOLIO_BUILD_IN_H_
|
|
#define TRADE_SYS_PORTFOLIO_BUILD_IN_H_
|
|
|
|
#include "crt/PF_Simple.h"
|
|
|
|
#endif /* TRADE_SYS_PORTFOLIO_BUILD_IN_H_ */
|