diff options
author | gleb-kov <[email protected]> | 2022-02-10 16:46:22 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:22 +0300 |
commit | 918e8a1574070d0ec733f0b76cfad8f8892ad2e5 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/linear_regression | |
parent | 7b1cfa32681104c8468c5824c79fd80d9a88a579 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/linear_regression')
-rw-r--r-- | library/cpp/linear_regression/benchmark/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/linear_regression/benchmark/main.cpp b/library/cpp/linear_regression/benchmark/main.cpp index 374d94caabe..735d41e9888 100644 --- a/library/cpp/linear_regression/benchmark/main.cpp +++ b/library/cpp/linear_regression/benchmark/main.cpp @@ -5,7 +5,7 @@ #include <util/datetime/base.h> #include <util/datetime/cputimer.h> -#include <util/system/type_name.h> +#include <util/system/type_name.h> #include <util/string/printf.h> |