summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils.h b/src/utils.h
index 8ff142ca..4dabd7ea 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -102,9 +102,9 @@ namespace ledger {
typedef gregorian::date_duration date_duration;
typedef posix_time::seconds seconds;
- typedef filesystem::path path;
- typedef boost::filesystem::ifstream ifstream;
- typedef boost::filesystem::ofstream ofstream;
+ typedef boost::filesystem::path path;
+ typedef boost::filesystem::ifstream ifstream;
+ typedef boost::filesystem::ofstream ofstream;
typedef boost::filesystem::filesystem_error filesystem_error;
}