diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-08-11 17:45:52 +0200 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-08-11 17:45:52 +0200 |
commit | bb0f0779a6f253a8544a73f8471f4ce3988a61c7 (patch) | |
tree | b62ec1edc96772e1a0294b4e70f92d885e8476ae | |
parent | 2298d57fdd81d3e70e2eea2914848f43fe94a48b (diff) | |
download | atracdenc-bb0f0779a6f253a8544a73f8471f4ce3988a61c7.tar.gz |
Fix missed headers, submodule branch
-rw-r--r-- | .gitmodules | 1 | ||||
-rw-r--r-- | src/atrac/at3p/at3p_gha.cpp | 2 | ||||
-rw-r--r-- | src/atrac/at3p/at3p_gha.h | 1 | ||||
m--------- | src/lib/libgha | 0 |
4 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5bce7fa..3b94b8c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "src/lib/libgha"] path = src/lib/libgha url = https://github.com/dcherednik/libgha + branch = at3pghadev diff --git a/src/atrac/at3p/at3p_gha.cpp b/src/atrac/at3p/at3p_gha.cpp index 4dec267..79b3c5b 100644 --- a/src/atrac/at3p/at3p_gha.cpp +++ b/src/atrac/at3p/at3p_gha.cpp @@ -24,6 +24,8 @@ #include <memory> +#include <algorithm> +#include <cstring> #include <iostream> #include <map> #include <vector> diff --git a/src/atrac/at3p/at3p_gha.h b/src/atrac/at3p/at3p_gha.h index 951ece7..0daded1 100644 --- a/src/atrac/at3p/at3p_gha.h +++ b/src/atrac/at3p/at3p_gha.h @@ -20,6 +20,7 @@ #include <config.h> +#include <memory> #include <vector> static_assert(sizeof(TFloat) == sizeof(float), "TFloat must be float32"); diff --git a/src/lib/libgha b/src/lib/libgha -Subproject 41705edc6d36ad013cbcb171d53891f3c33764d +Subproject dc14436986b7b1561ca5a521c3b8b5a95c6b052 |