mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-03 04:17:58 +08:00
19 lines
311 B
C++
19 lines
311 B
C++
/*
|
|
* build_in.h
|
|
*
|
|
* Created on: 2012-10-15
|
|
* Author: fasiondog
|
|
*/
|
|
|
|
#ifndef INDICATOR_BUILD_IN_H_
|
|
#define INDICATOR_BUILD_IN_H_
|
|
|
|
#include "Operand.h"
|
|
#include "Indicator.h"
|
|
#include "crt/KDATA.h"
|
|
#include "crt/PRICELIST.h"
|
|
#include "crt/SMA.h"
|
|
#include "crt/EMA.h"
|
|
|
|
#endif /* INDICATOR_BUILD_IN_H_ */
|