Skip to content

Commit

Permalink
fix precomp hdr
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Dec 7, 2020
1 parent 9193ee1 commit 0baaacd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/system/src/COutputLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
| Released under BSD License. See: https://www.mrpt.org/License |
+------------------------------------------------------------------------+ */

#include "system-precomp.h" // Precompiled headers
//
#include <mrpt/core/exceptions.h>
#include <mrpt/core/lock_helper.h>
#include <mrpt/system/COutputLogger.h>
Expand All @@ -20,7 +22,6 @@
#include <sstream>
#include <vector>

#include "system-precomp.h" // Precompiled headers

#ifdef _MSC_VER
#define WIN32_LEAN_AND_MEAN
Expand Down

0 comments on commit 0baaacd

Please sign in to comment.