Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
common
Zodiac
Commits
a7bd770b
Commit
a7bd770b
authored
Aug 05, 2021
by
James Sutherland
Browse files
Fix a missing include that was causing problems on some platforms
parent
8d077206
Pipeline
#1118
failed with stage
in 14 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/particles/coal/TarSootReaction/TarAndSootInfo.cpp
View file @
a7bd770b
...
...
@@ -23,8 +23,10 @@
*/
#include
<sstream>
#include
"TarAndSootInfo.h"
#include
<iostream>
#include
<cassert>
#include
"TarAndSootInfo.h"
TarAndSootInfo
::
TarAndSootInfo
()
:
hasBeenSetup_
(
false
),
...
...
Write
Preview
Supports
Markdown
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