Skip to content

Commit

Permalink
Add #include <format>
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed May 17, 2022
1 parent 3ca54f3 commit bb8b583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ImageDataWebP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "ImageDataWebP.hpp"

#include <cmath>
#include <format>
#include <future>
#include <thread>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions src/jngl/sprite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <boost/qvm/map_vec_mat.hpp>
#include <boost/qvm/mat_operations3.hpp>
#include <boost/qvm/vec.hpp>
#include <format>
#include <sstream>
#include <thread>
#ifndef NOJPEG
Expand Down

0 comments on commit bb8b583

Please sign in to comment.