Commit fa059944 authored by GrinIara's avatar GrinIara

Fixed compilation error due to missing std::.

parent ccbceb56
......@@ -224,7 +224,7 @@ namespace
const float minDist2 = minDist_ * minDist_;
vector<Vec3f> sortBuf;
std::vector<Vec3f> sortBuf;
for(int i=0; i<centersCount; i++){
Vec3f temp;
temp[0] = oldBuf[i].x;
......
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