Skip to content
Snippets Groups Projects

add missing cstring include for strlen

Merged Patric Schmitz requested to merge missing-include-gcc93-archlinux into develop
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
#include "GlfwContext.hh"
#include <cstring>
#include <typed-geometry/feature/assert.hh>
#include <glow/common/log.hh>
Loading