Skip to content

Commit

Permalink
Fix compilation failure
Browse files Browse the repository at this point in the history
Somehow libstdc++ has changed so that implicit includes are not included
any longer.

Add these missing ones explicitly.
  • Loading branch information
Tobias Kaufmann authored and Tobias Kaufmann committed Jun 10, 2024
1 parent 5aa1b5e commit 5c56940
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mococrw/openssl_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
#pragma once

#include <sys/types.h>
#include <array>
#include <chrono>
#include <ctime>
#include <limits>
#include <memory>
#include <openssl/types.h>
#include <vector>
#include "boost/format.hpp"

Expand Down

0 comments on commit 5c56940

Please sign in to comment.