Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
siena
Commits
11c9cd5b
Commit
11c9cd5b
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
MNT: Don't assume any namespaces are included by external header files
parent
fc1b3821
No related branches found
No related tags found
1 merge request
!4
Mnt/conda
Pipeline
#12053
passed
3 years ago
Stage: fsl-ci-build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
siena_diff.cc
+7
-3
7 additions, 3 deletions
siena_diff.cc
with
7 additions
and
3 deletions
siena_diff.cc
+
7
−
3
View file @
11c9cd5b
...
...
@@ -11,12 +11,16 @@
// }}}
// {{{ includes and options
#define _GNU_SOURCE 1
#define POSIX_SOURCE 1
#include
"newimage/newimageall.h"
#include
<iostream>
#include
<string>
#include
"armawrap/newmat.h"
#include
"miscmaths/miscmaths.h"
#include
"newimage/newimageall.h"
using
namespace
std
;
using
namespace
NEWMAT
;
using
namespace
MISCMATHS
;
using
namespace
NEWIMAGE
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment