Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
parametric-curves
Commits
081d02b9
Commit
081d02b9
authored
Sep 03, 2019
by
Guilhem Saurel
Browse files
add missing include for std::cerr
parent
ecf02f21
Pipeline
#6164
passed with stage
in 6 minutes and 30 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
include/parametric-curves/abstract-curve.hpp
View file @
081d02b9
...
...
@@ -8,6 +8,7 @@
* Interface for a curve
*/
#include
<cstddef>
#include
<iostream>
#ifndef _parameteric_curves_abstract_curve_hpp
#define _parameteric_curves_abstract_curve_hpp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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