Changeset 19403 for trunk


Ignore:
Timestamp:
11/15/18 17:05:18 (6 years ago)
Author:
tbretz
Message:
include 'random' was missing for Peppermint 9 (gcc 7)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/rootifysql.cc

    r19301 r19403  
    11#include "Database.h"
    22
    3 #include <boost/algorithm/string/join.hpp>
     3#include <random>
     4
    45#include <boost/regex.hpp>
    56#include <boost/tokenizer.hpp>
    67#include <boost/algorithm/string.hpp>
     8#include <boost/algorithm/string/join.hpp>
    79
    810#include "tools.h"
Note: See TracChangeset for help on using the changeset viewer.