From 97dd8d63f4ef10b7670c00d78556f49cebeb2abb Mon Sep 17 00:00:00 2001 From: Li-YangZhong <45118543+Li-YangZhong@users.noreply.github.com> Date: Mon, 24 Dec 2018 15:53:35 +0800 Subject: [PATCH] Update Ex12_11.cpp --- .../Examples/Chapter 12/Ex12_11/Ex12_11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Beginning C++ 17 source code/Examples/Chapter 12/Ex12_11/Ex12_11.cpp b/Beginning C++ 17 source code/Examples/Chapter 12/Ex12_11/Ex12_11.cpp index d1c6f8a..44b55ac 100644 --- a/Beginning C++ 17 source code/Examples/Chapter 12/Ex12_11/Ex12_11.cpp +++ b/Beginning C++ 17 source code/Examples/Chapter 12/Ex12_11/Ex12_11.cpp @@ -3,7 +3,7 @@ #include #include // For random number generator #include // For time function -#include "Truckload.h" +#include "Truckload.cpp" // Function to generate integral random box dimensions from 1 to max_size inline double random(double max_size)