Skip to content
Snippets Groups Projects
Commit 1ac40542 authored by Soeren Peters's avatar Soeren Peters
Browse files

Fix order of includes.

parent 69fc84d9
1 merge request!313Remove LBMReal
This commit is part of merge request !313. Comments created here will be created in the context of that merge request.
......@@ -31,8 +31,8 @@
#ifndef DATATYPES_H
#define DATATYPES_H
#include <string>
#include <limits>
#include <string>
#ifdef VF_DOUBLE_ACCURACY
using real = double;
......
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