#include <vector>
#include <string>
#include <cmath>
#include <algorithm>
#include <sstream>
#include <map>

// 直接包含 C++ 实现文件，强制编译
// 这种方式规避了 CocoaPods 对外部源文件的处理问题
#include "../../shared/cpp/ClusterEngine.cpp"
#include "../../shared/cpp/GeometryEngine.cpp"
#include "../../shared/cpp/ColorParser.cpp"
#include "../../shared/cpp/QuadTree.cpp"
