Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
irritator
Commits
7e18d9b2
Commit
7e18d9b2
authored
Jul 02, 2020
by
Gauthier Quesnel
Browse files
auditory: remove min/max win32 API bug by moving include
parent
010846a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/benchmark/benchmark.cpp
View file @
7e18d9b2
...
...
@@ -2,6 +2,8 @@
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <hayai.hpp>
#include <irritator/core.hpp>
#include <boost/ut.hpp>
...
...
@@ -12,8 +14,6 @@
#include <chrono>
#include <hayai.hpp>
static
void
dot_graph_save
(
const
irt
::
simulation
&
sim
,
std
::
FILE
*
os
)
{
...
...
lib/benchmark/benchmark2.cpp
View file @
7e18d9b2
...
...
@@ -2,6 +2,8 @@
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <hayai.hpp>
#include <irritator/core.hpp>
#include <boost/ut.hpp>
...
...
@@ -12,7 +14,6 @@
#include <fstream>
#include <hayai.hpp>
using
namespace
std
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment