Skip to content

Commit 1c25f2c

Browse files
committed
fix include
1 parent 0004b3a commit 1c25f2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/VecSim/spaces/computer/preprocessors.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99

1010
#pragma once
1111

12-
#include <cstddef>
13-
#include <memory>
12+
#include <algorithm>
1413
#include <cassert>
1514
#include <cmath>
15+
#include <cstddef>
16+
#include <memory>
1617

1718
#include "VecSim/memory/vecsim_base.h"
1819
#include "VecSim/spaces/spaces.h"

0 commit comments

Comments
 (0)