Skip to content
Snippets Groups Projects
Commit d702b297 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Alexandre Lision
Browse files

video_device: fix osx build

add missing cmath include to build on osx

Change-Id: If7e1e20e6aac4b920381407b4e9df72e6ed1b4fa
Tuleap: #294
parent bdd139c9
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
#include "video_base.h"
#include "rational.h"
#include <cmath>
#include <map>
#include <memory>
#include <string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment