diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 16:07:10 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 16:07:10 -0400 |
commit | d592b58af373c2c8e863ff0c744f23c26a26fa64 (patch) | |
tree | 972d87514e228b9b7621c6e77dcc59eeefe19bf7 /tools/assign_ids | |
parent | 1c361226240182db6f72f26c6fe0f0de65456239 (diff) | |
download | lingo2-archipelago-d592b58af373c2c8e863ff0c744f23c26a26fa64.tar.gz lingo2-archipelago-d592b58af373c2c8e863ff0c744f23c26a26fa64.tar.bz2 lingo2-archipelago-d592b58af373c2c8e863ff0c744f23c26a26fa64.zip |
Downgrade protobuf
This allows the generated Python file to be compatible with the frozen Archipelago install.
Diffstat (limited to 'tools/assign_ids')
-rw-r--r-- | tools/assign_ids/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/assign_ids/main.cpp b/tools/assign_ids/main.cpp index d212767..ee55338 100644 --- a/tools/assign_ids/main.cpp +++ b/tools/assign_ids/main.cpp | |||
@@ -2,6 +2,7 @@ | |||
2 | #include <google/protobuf/text_format.h> | 2 | #include <google/protobuf/text_format.h> |
3 | 3 | ||
4 | #include <cstdint> | 4 | #include <cstdint> |
5 | #include <filesystem> | ||
5 | #include <fstream> | 6 | #include <fstream> |
6 | #include <iostream> | 7 | #include <iostream> |
7 | #include <map> | 8 | #include <map> |