Commit e50698c2 authored by Andreas Schuh's avatar Andreas Schuh

Merge pull request #139 from schuhschuh/master

Fix compilation of unittest on Ubuntu
parents abe4b10c 18cb4224
## gflags package configuration tests
cmake_minimum_required (VERSION 2.8)
cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
project (gflags_${TEST_NAME})
......
......@@ -32,6 +32,7 @@
// For now, this unit test does not cover all features of
// gflags.cc
#include "config.h"
#include <gflags/gflags.h>
#include <math.h> // for isinf() and isnan()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment