mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix missing include
Odd that it only started causing problems for Travis after making a couple of commits that didn't change any C++ code...
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "../error.h"
|
||||
|
||||
#include <thread>
|
||||
#include <cmath>
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/locale.hpp>
|
||||
|
||||
Reference in New Issue
Block a user