1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add a <cmath> as to fix unknown symbol sqrt whist building on linux (gcc). Remove <algorithm> as a consequence of clangd suggestion.

This commit is contained in:
FrK5E 2025-02-23 21:30:12 +01:00
parent 4a5a21cdb0
commit 663800a559

View File

@ -1,9 +1,9 @@
#include <algorithm>
#include <iostream>
#include <cassert>
#include <string>
#include <vector>
#include <numeric>
#include <cmath>
#include <CL/cl.h>