Skip to content

Commit

Permalink
Add missing <stdexcept> header
Browse files Browse the repository at this point in the history
Newer compilers are more strict about which headers provide standard
exceptions.
  • Loading branch information
jeremyong committed Dec 24, 2019
1 parent 4326f4c commit f70dd8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/xpp/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <string>
#include <memory>
#include <stdexcept>
#include <xcb/xcb.h>

namespace xpp {
Expand Down

0 comments on commit f70dd8b

Please sign in to comment.