Skip to content

Commit ffefcef

Browse files
committed
Put sstream include in right place
1 parent ca54f36 commit ffefcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/heap_config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
#ifdef HWMALLOC_ENABLE_LOGGING
1515
#include <hwmalloc/log.hpp>
1616

17-
#include <sstream>
1817
#include <string>
1918
#endif
2019

2120
#include <cstdlib>
21+
#include <sstream>
2222
#include <stdexcept>
2323

2424
namespace hwmalloc

0 commit comments

Comments
 (0)