Skip to content

Commit

Permalink
add missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Oct 30, 2024
1 parent 23c14e1 commit e2f8677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prog/sf2map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Transform MTZ or SF-mmCIF map coefficients to CCP4 map.

#include <stdio.h>
#include <unordered_map>
#include <gemmi/ccp4.hpp> // for Ccp4
#include <gemmi/calculate.hpp> // for calculate_fractional_box
#include <gemmi/select.hpp> // for Selection
Expand Down

0 comments on commit e2f8677

Please sign in to comment.