Skip to content
Snippets Groups Projects
Commit 11c9cd5b authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

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!4Mnt/conda
Pipeline #12053 passed
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment