"git@developer.sourcefind.cn:OpenDAS/torch-cluster.git" did not exist on "16f9d666bfde466a23b6c24e26b26662ce2f755c"
Commit b1589d2b authored by Davis King's avatar Davis King
Browse files

Fixed windows include order problem in all/source.cpp file.

parent 67545f45
......@@ -19,8 +19,6 @@
#include "../md5/md5_kernel_1.cpp"
#include "../tokenizer/tokenizer_kernel_1.cpp"
#include "../unicode/unicode.cpp"
#include "../data_io/image_dataset_metadata.cpp"
#include "../data_io/mnist.cpp"
......@@ -87,6 +85,8 @@
#include "../data_io/image_dataset_metadata.cpp"
#include "../data_io/mnist.cpp"
#include "../global_optimization/global_function_search.cpp"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment