2
0
mirror of https://github.com/boostorg/cmake.git synced 2026-01-19 04:02:15 +00:00

Add missing #include

This commit is contained in:
Peter Dimov
2024-05-14 20:04:26 +03:00
parent 33c036bd70
commit f783e505c8
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include <boost/timer/timer.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
int main()
{

View File

@@ -4,6 +4,7 @@
#include <boost/timer/timer.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
int main()
{