Skip to content

Commit

Permalink
Include <cstring> for std::memcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Nov 27, 2024
1 parent 63f400f commit 0b30e4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libid/menu_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include "video_mode.h"
#include "zoom.h"

#include <cstring>

main_state request_fractal_type(int &, bool &from_mandel, bool &, bool &)
{
g_julibrot = false;
Expand Down

0 comments on commit 0b30e4f

Please sign in to comment.