mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-03 04:17:58 +08:00
20 lines
362 B
C++
20 lines
362 B
C++
/*
|
|
* build_in.h
|
|
*
|
|
* Created on: 2013-2-14
|
|
* Author: fasiondog
|
|
*/
|
|
|
|
#pragma once
|
|
#ifndef TRADE_MANAGE_BUILD_IN_H_
|
|
#define TRADE_MANAGE_BUILD_IN_H_
|
|
|
|
#include "crt/crtTM.h"
|
|
#include "crt/TC_TestStub.h"
|
|
#include "crt/TC_Zero.h"
|
|
#include "crt/TC_FixedA.h"
|
|
#include "crt/TC_FixedA2015.h"
|
|
#include "crt/TC_FixedA2017.h"
|
|
|
|
#endif /* TRADE_MANAGE_BUILD_IN_H_ */
|