Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CarVac/filmulator-gui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.1
Choose a base ref
...
head repository: CarVac/filmulator-gui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 17, 2021

  1. Fix compilation on MacOS

    There was an ambiguous definition of `abs` when compiling
    `filmulator-gui/database/camconst.cpp`, due to a missing header file.
    Cecca committed Mar 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8bdee17 View commit details
  2. Merge pull request #141 from Cecca/master

    Fix compilation on MacOS
    CarVac authored Mar 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    68c0558 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 filmulator-gui/database/camconst.cpp
1 change: 1 addition & 0 deletions filmulator-gui/database/camconst.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <cmath>
#include <string>
#include <stdio.h>
#include <stdlib.h>