Skip to content
Snippets Groups Projects
Commit 1e1995bf authored by Steven Murray's avatar Steven Murray
Browse files

Explicity include 'numeric' header file for 'std::accumulate()'

parent b009c773
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@
#include "disk/DiskFile.hpp"
#include <algorithm>
#include <cmath>
#include <numeric> /* std::accumulate */
#include <stdlib.h> /* srand, rand */
#include <time.h> /* time */
#include <stdexcept>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment